Skip to content

Commit 9ac669e

Browse files
authored
Merge pull request #614 from smucclaw/fendor/fix/uuiddir-options
Apply uuiddir to the correct options
2 parents 91da336 + 8c4a74c commit 9ac669e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/haskell/natural4/app/Main.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ workdirOption =
177177

178178
uuiddirOption :: Parser (Options -> Options)
179179
uuiddirOption =
180-
dirOption #workdir "uuiddir" (help "uuid prefix to follow the workdir")
180+
dirOption #uuiddir "uuiddir" (help "uuid prefix to follow the workdir")
181181

182182
modeOption :: Parser (Options -> Options)
183183
modeOption =

0 commit comments

Comments
 (0)