Skip to content

Commit 986a8d3

Browse files
committed
revert source name change
1 parent 9fb4156 commit 986a8d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

artifactory/commands/dotnet/dotnetcommand.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ import (
1919
)
2020

2121
const (
22-
SourceName = "JFrogArtifactory"
22+
// SourceName should match the one in the NuGet config file template.
23+
SourceName = "JFrogCli"
2324
configFilePattern = "jfrog.cli.nuget."
2425

2526
dotnetTestError = `the command failed with an error.

0 commit comments

Comments
 (0)