diff options
| author | Jeff Carr <[email protected]> | 2025-02-09 14:18:37 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-09 14:18:37 -0600 |
| commit | f72756b089dca933f4345092b9e25dd11d4fa7ac (patch) | |
| tree | a5ecb3b428f9d1792cc5a98308afda9b232c3043 /doCheckout.go | |
| parent | b4cb43178b66992f8b6e0c35834c4bca3897f5f0 (diff) | |
check for serious problem of devel < master
Diffstat (limited to 'doCheckout.go')
| -rw-r--r-- | doCheckout.go | 1 |
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() |
