forked from toolshed/abra
		
	refactor: less quotes, less verbose
This commit is contained in:
		| @ -103,7 +103,7 @@ A new catalogue copy can be published to the recipes repository by passing the | ||||
| 			logrus.Fatal(err) | ||||
| 		} | ||||
|  | ||||
| 		logrus.Debugf("ensuring '%v' recipe(s) are locally present and up-to-date", len(repos)) | ||||
| 		logrus.Debugf("ensuring %v recipe(s) are locally present and up-to-date", len(repos)) | ||||
|  | ||||
| 		var barLength int | ||||
| 		if recipeName != "" { | ||||
|  | ||||
| @ -33,7 +33,7 @@ func Clone(dir, url string) error { | ||||
| 		} | ||||
| 		logrus.Debugf("%s has been git cloned successfully", dir) | ||||
| 	} else { | ||||
| 		logrus.Debugf("%s already exists, doing nothing", dir) | ||||
| 		logrus.Debugf("%s already exists", dir) | ||||
| 	} | ||||
|  | ||||
| 	return nil | ||||
|  | ||||
		Reference in New Issue
	
	Block a user