diff options
Diffstat (limited to 'doPull.go')
| -rw-r--r-- | doPull.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -44,7 +44,7 @@ func rillPull(repo *gitpb.Repo) error { // is every repo on the devel branch? func doGitPullNew() error { - if argv.GitPull == nil { + if argv.Pull == nil { return fmt.Errorf("not really 'fetch pull'") } @@ -63,11 +63,11 @@ func doGitPullNew() error { check := gitpb.NewRepos() - if argv.GitPull.Dirty != nil { + if argv.Pull.Dirty != nil { check = findDirty() } - if argv.GitPull.Patches != nil { + if argv.Pull.Patches != nil { check = findReposWithPatches() } |
