Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit e51edf5

Browse files
committed
Using camelcase for no-tco option
Resolves #48
1 parent 967988e commit e51edf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/GulpPurescript/Options.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ noMagicDoKey = camelcaseFn noMagicDoOpt
3434

3535
noTcoOpt = "no-tco"
3636

37-
noTcoKey = "noTco"
37+
noTcoKey = camelcaseFn noTcoOpt
3838

3939
verboseErrorsOpt = "verbose-errors"
4040

0 commit comments

Comments
 (0)