diff options
Diffstat (limited to 'doClean.go')
| -rw-r--r-- | doClean.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ func doClean() error { } func doCleanUser() error { - if _, count, err := IsEverythingOnMaster(); err != nil { + if _, count, _, err := IsEverythingOnMaster(); err != nil { if count == 0 { log.Info("No repos are on the master branch") return nil |
