mirror of
				https://github.com/beego/bee.git
				synced 2025-11-04 14:33:24 +00:00 
			
		
		
		
	Fixed small typo
Noticed it when using bee.
This commit is contained in:
		
							
								
								
									
										2
									
								
								new.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								new.go
									
									
									
									
									
								
							@@ -92,7 +92,7 @@ func createApp(cmd *Command, args []string) int {
 | 
			
		||||
	apppath := path.Join(curpath, args[0])
 | 
			
		||||
 | 
			
		||||
	if _, err := os.Stat(apppath); os.IsNotExist(err) == false {
 | 
			
		||||
		fmt.Printf("[ERRO] Path(%s) has alreay existed\n", apppath)
 | 
			
		||||
		fmt.Printf("[ERRO] Path (%s) already exists\n", apppath)
 | 
			
		||||
		os.Exit(2)
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user