Skip to content

Commit

Permalink
Changed the log message for vgo version for the go command
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeiVainshtein committed Apr 30, 2018
1 parent 21c8046 commit 65e163b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jfrog-cli/artifactory/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ func goCmd(c *cli.Context) {
err = cliutils.PrintSummaryReport(0, 1, err)
cliutils.ExitOnErr(err)
}
log.Info("The vgo version that is being used is:", string(output))
log.Info("Using vgo version:", string(output))

if !c.Bool("no-registry") {
goutils.SetGoProxyEnvVar(details, targetRepo)
Expand Down

0 comments on commit 65e163b

Please sign in to comment.