summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.go b/main.go
index 4a45586..7b65bf4 100644
--- a/main.go
+++ b/main.go
@@ -26,9 +26,6 @@ func main() {
}
if printVersion {
- if gitDescribe == "" {
- log.Fatal("This build has no version information")
- }
fmt.Println(gitDescribe)
os.Exit(0)
}