File tree 1 file changed +2
-2
lines changed
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 ()
16
16
updateRepo keysDir repoDir = do
17
17
keysLoc <- KeysLoc <$> makeAbsolute (fromFilePath keysDir)
18
18
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
20
20
21
21
bootstrapRepo :: FilePath -> FilePath -> IO ()
22
22
bootstrapRepo keysDir repoDir = do
23
23
keysLoc <- KeysLoc <$> makeAbsolute (fromFilePath keysDir)
24
24
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
26
26
27
27
createKeys :: FilePath -> IO ()
28
28
createKeys keysDir = do
You can’t perform that action at this time.
0 commit comments