Prettier print statement
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
This commit is contained in:
		
							
								
								
									
										2
									
								
								main.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								main.go
									
									
									
									
									
								
							@@ -19,7 +19,7 @@ func main() {
 | 
				
			|||||||
		fmt.Println("provide a command")
 | 
							fmt.Println("provide a command")
 | 
				
			||||||
		os.Exit(1)
 | 
							os.Exit(1)
 | 
				
			||||||
	} else if os.Args[1] == "upgrade" || os.Args[1] == "up" {
 | 
						} else if os.Args[1] == "upgrade" || os.Args[1] == "up" {
 | 
				
			||||||
		fmt.Print("Trying Upgrade... ")
 | 
							fmt.Println("Trying Upgrade... ")
 | 
				
			||||||
		err := update(gitTag)
 | 
							err := update(gitTag)
 | 
				
			||||||
		if err != nil {
 | 
							if err != nil {
 | 
				
			||||||
			fmt.Println(err)
 | 
								fmt.Println(err)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user