Prettier print statement

Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
This commit is contained in:
Lukas Bachschwell 2021-01-09 16:49:03 +01:00
parent 6d239c5326
commit e36be96f4f
Signed by: lbsadmin
GPG Key ID: CCC6AA87CC8DF425
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ func main() {
fmt.Println("provide a command")
os.Exit(1)
} else if os.Args[1] == "upgrade" || os.Args[1] == "up" {
fmt.Print("Trying Upgrade... ")
fmt.Println("Trying Upgrade... ")
err := update(gitTag)
if err != nil {
fmt.Println(err)