From e5e5c7d76f5f6c323c434cb463e956b7388cce00 Mon Sep 17 00:00:00 2001 From: zoidy <7082025+zoidy@users.noreply.github.com> Date: Sat, 31 Oct 2020 17:43:12 -0700 Subject: [PATCH] fix linting error --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" )