File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ updateRepo :: FilePath -> FilePath -> IO ()
1616updateRepo keysDir repoDir = do
1717 keysLoc <- KeysLoc <$> makeAbsolute (fromFilePath keysDir)
1818 repoLoc <- RepoLoc <$> makeAbsolute (fromFilePath repoDir)
19- RepoTool. bootstrapOrUpdate (globalOpts $ Update keysLoc repoLoc) keysLoc repoLoc True
19+ RepoTool. bootstrapOrUpdate (globalOpts $ Update keysLoc repoLoc) keysLoc repoLoc False
2020
2121bootstrapRepo :: FilePath -> FilePath -> IO ()
2222bootstrapRepo keysDir repoDir = do
2323 keysLoc <- KeysLoc <$> makeAbsolute (fromFilePath keysDir)
2424 repoLoc <- RepoLoc <$> makeAbsolute (fromFilePath repoDir)
25- RepoTool. bootstrapOrUpdate (globalOpts $ Bootstrap keysLoc repoLoc) keysLoc repoLoc False
25+ RepoTool. bootstrapOrUpdate (globalOpts $ Bootstrap keysLoc repoLoc) keysLoc repoLoc True
2626
2727createKeys :: FilePath -> IO ()
2828createKeys keysDir = do
You can’t perform that action at this time.
0 commit comments