Skip to content

Commit

Permalink
revert source name change
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Nov 21, 2024
1 parent 9fb4156 commit 986a8d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion artifactory/commands/dotnet/dotnetcommand.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ import (
)

const (
SourceName = "JFrogArtifactory"
// SourceName should match the one in the NuGet config file template.
SourceName = "JFrogCli"
configFilePattern = "jfrog.cli.nuget."

dotnetTestError = `the command failed with an error.
Expand Down

0 comments on commit 986a8d3

Please sign in to comment.