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) } }