bare cleanup
This commit is contained in:
parent
22e9f445ab
commit
ef5330120c
3 changed files with 4 additions and 2 deletions
|
@ -26,7 +26,7 @@ seek :: [CommandSeek]
|
|||
seek = [withStrings start]
|
||||
|
||||
start :: String -> CommandStart
|
||||
start s = do
|
||||
start s = notBareRepo $ do
|
||||
let u = parseURI s
|
||||
case u of
|
||||
Nothing -> error $ "bad url " ++ s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue