summaryrefslogtreecommitdiff
path: root/doCheckout.go
diff options
context:
space:
mode:
Diffstat (limited to 'doCheckout.go')
-rw-r--r--doCheckout.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/doCheckout.go b/doCheckout.go
index 337018f..c9d1a45 100644
--- a/doCheckout.go
+++ b/doCheckout.go
@@ -260,7 +260,6 @@ func doCheckoutShared() error {
if err := makeUserBranches(); err != nil {
return err
}
- return nil
}
// this uses rill and is super fast
doAllCheckoutUser()