Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
@ -18,7 +18,7 @@ func main() {
if len(os.Args) < 2 {
fmt.Println("provide a command")
os.Exit(1)
} else if os.Args[1] == "upgrade" {
} else if os.Args[1] == "upgrade" || os.Args[1] == "up" {
fmt.Print("Trying Upgrade... ")
err := update(gitTag)
if err != nil {
The note is not visible to the blocked user.