Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
@ -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)
The note is not visible to the blocked user.