forked from toolshed/abra
refactor: less quotes, less verbose
This commit is contained in:
@ -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