summaryrefslogtreecommitdiff
path: root/rill.go
diff options
context:
space:
mode:
Diffstat (limited to 'rill.go')
-rw-r--r--rill.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rill.go b/rill.go
index d072733..5106a44 100644
--- a/rill.go
+++ b/rill.go
@@ -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