Skip to content

Commit 4e0c5c2

Browse files
committed
gotcha
1 parent 0c8aa2d commit 4e0c5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unison-cli/src/Unison/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ runTranscripts' version progName transcriptDir markdownFiles = do
515515
and
516516
<$> getCodebaseOrExit
517517
(Just (DontCreateCodebaseWhenMissing transcriptDir))
518-
SC.DoLock
518+
SC.BlockUntilLock
519519
(SC.MigrateAutomatically SC.Backup SC.Vacuum)
520520
\(_, codebasePath, theCodebase) -> do
521521
let isTest = False

0 commit comments

Comments
 (0)