fix
This commit is contained in:
parent
11096c200f
commit
a5e7f5329f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import Types
|
|||
import Messages
|
||||
|
||||
seek :: [SubCmdSeek]
|
||||
seek = [withFilesInGit start]
|
||||
seek = [withAll withFilesInGit start]
|
||||
|
||||
{- Checks a file's backend data for problems. -}
|
||||
start :: SubCmdStartString
|
||||
|
|
Loading…
Reference in a new issue