diff --git a/version/version.go b/version/version.go index ad3a3fd8..483a5e9e 100644 --- a/version/version.go +++ b/version/version.go @@ -5,6 +5,6 @@ var ( Version = "(untracked)" // CommitSHA is the commmit sha. CommitSHA = "(unknown)" - //GitURL is the url of the remote + // GitURL is the url of the remote GitURL = "(unavailable)" )