Skip to content

Commit

Permalink
Updated version check string to indicate current AzCopy version (#1969)
Browse files Browse the repository at this point in the history
  • Loading branch information
gapra-msft authored Nov 21, 2022
1 parent e6c1b7a commit 1e8fc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ func beginDetectNewVersion() chan struct{} {
executableName := executablePathSegments[len(executablePathSegments)-1]

// output in info mode instead of stderr, as it was crashing CI jobs of some people
glcm.Info(executableName + ": A newer version " + remoteVersion + " is available to download\n")
glcm.Info(executableName + " " + common.AzcopyVersion + ": A newer version " + remoteVersion + " is available to download\n")
}

// let caller know we have finished, if they want to know
Expand Down

0 comments on commit 1e8fc79

Please sign in to comment.