fix linting error

This commit is contained in:
zoidy 2020-10-31 17:43:12 -07:00
parent 32b0e81cbe
commit e5e5c7d76f

View File

@ -5,6 +5,6 @@ var (
Version = "(untracked)" Version = "(untracked)"
// CommitSHA is the commmit sha. // CommitSHA is the commmit sha.
CommitSHA = "(unknown)" CommitSHA = "(unknown)"
//GitURL is the url of the remote // GitURL is the url of the remote
GitURL = "(unavailable)" GitURL = "(unavailable)"
) )