forked from toolshed/abra
@ -11,7 +11,7 @@ import (
|
||||
// CreateRemote creates a new git remote in a repository
|
||||
func CreateRemote(repo *git.Repository, name, url string, dryRun bool) error {
|
||||
if dryRun {
|
||||
logrus.Infof("dry run: remote %s (%s) not created", name, url)
|
||||
logrus.Debugf("dry run: remote %s (%s) not created", name, url)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user