chore: rm redundant space
parent
97595bb611
commit
6f44cf1b0a
2
main.go
2
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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue