forked from toolshed/abra
		
	refactor: drop this, it's working solid, less verbose
This commit is contained in:
		| @ -89,10 +89,8 @@ convenient command-line experience. See "abra autocomplete -h" for more. | |||||||
| 				if !os.IsExist(err) { | 				if !os.IsExist(err) { | ||||||
| 					logrus.Fatal(err) | 					logrus.Fatal(err) | ||||||
| 				} | 				} | ||||||
| 				logrus.Debugf("'%s' already created, moving on...", path) |  | ||||||
| 				continue | 				continue | ||||||
| 			} | 			} | ||||||
| 			logrus.Debugf("'%s' is missing, creating...", path) |  | ||||||
| 		} | 		} | ||||||
|  |  | ||||||
| 		logrus.Debugf("abra version '%s', commit '%s'", version, commit) | 		logrus.Debugf("abra version '%s', commit '%s'", version, commit) | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user