This commit is contained in:
Ralph Slooten 2019-08-03 10:45:44 +12:00
parent 47024e030b
commit 8e5e7b6098
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ func main() {
fmt.Println(err)
os.Exit(1)
}
fmt.Printf("Updated %s to version %s", os.Args[0], rel)
fmt.Printf("Updated %s to version %s\n", os.Args[0], rel)
return
}