From 6f44cf1b0a018f424eba1fc56625bed20bd84c94 Mon Sep 17 00:00:00 2001 From: Karni Wolf Date: Sun, 30 Jan 2022 11:50:20 +0200 Subject: [PATCH] chore: rm redundant space --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index abd5d3bb..d57eaeb7 100644 --- a/main.go +++ b/main.go @@ -77,7 +77,7 @@ func run() int { if checkVersion { newVersion := <-latestVersionChan if newVersion != "" { - _, _ = fmt.Fprintln(os.Stderr, "\n\nYour version of driftctl is outdated, please upgrade !") + _, _ = fmt.Fprintln(os.Stderr, "\n\nYour version of driftctl is outdated, please upgrade!") _, _ = fmt.Fprintf(os.Stderr, "Current: %s; Latest: %s\n", version.Current(), newVersion) } }