Fixed syntax error
This commit is contained in:
parent
ce4e5a69eb
commit
70c024b387
|
@ -74,7 +74,7 @@ func (s *Services) PushRepository() error {
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Println("SSH connection good. Pushing repository")
|
log.Println("SSH connection good. Pushing repository")
|
||||||
if err := runCmd(fmt.Sprintf(`git remote add dokku '%v'`, remoteUrl); err != nil {
|
if err := runCmd(fmt.Sprintf(`git remote add dokku '%v'`, remoteUrl)); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue