summaryrefslogtreecommitdiff
path: root/rill.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-14 18:39:59 -0600
committerJeff Carr <[email protected]>2025-02-14 18:39:59 -0600
commite5a5454bc0e58d24a6146e4973518160b909582f (patch)
treedffa685deb9fdc64d2d7a675022d82d5b326f765 /rill.go
parente127f53bd42684eedf0f6fa6284ac1eeeb7df561 (diff)
minor improvmentsv0.0.76
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