diff options
Diffstat (limited to 'rill.go')
| -rw-r--r-- | rill.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ func (repo *Repo) GitPull() (*cmd.Status, error) { */ var cmd []string cmd = append(cmd, "git", "pull") - return repo.RunVerbose(cmd) + return nil, repo.RunVerbose(cmd) } // rill is awesome. long live rill |
