chore: rm redundant space

main
Karni Wolf 2022-01-30 11:50:20 +02:00
parent 97595bb611
commit 6f44cf1b0a
No known key found for this signature in database
GPG Key ID: F959CE3A0FF09FF6
1 changed files with 1 additions and 1 deletions

View File

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