forked from toolshed/abra
fix: explain for single repo case too
This commit is contained in:
parent
047d0e6fbc
commit
7460668ef4
@ -108,7 +108,7 @@ keys configured on your account.
|
|||||||
var logMsg string
|
var logMsg string
|
||||||
if recipeName != "" {
|
if recipeName != "" {
|
||||||
barLength = 1
|
barLength = 1
|
||||||
logMsg = fmt.Sprintf("ensuring %v recipe is up-to-date", barLength)
|
logMsg = fmt.Sprintf("ensuring %v recipe is cloned & up-to-date", barLength)
|
||||||
} else {
|
} else {
|
||||||
barLength = len(repos)
|
barLength = len(repos)
|
||||||
logMsg = fmt.Sprintf("ensuring %v recipes are cloned & up-to-date, this could take some time...", barLength)
|
logMsg = fmt.Sprintf("ensuring %v recipes are cloned & up-to-date, this could take some time...", barLength)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user