Skip to content

Commit f439146

Browse files
committed
Restore reference to 'default' default template
1 parent b907ebf commit f439146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stack/Types/Config.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ data Config =
356356
-- match cabal.
357357
,configDefaultTemplate :: !(Maybe TemplateName)
358358
-- ^ The default template to use when none is specified.
359-
-- (If Nothing, the default is used.)
359+
-- (If Nothing, the 'default' default template is used.)
360360
,configAllowDifferentUser :: !Bool
361361
-- ^ Allow users other than the stack root owner to use the stack
362362
-- installation.

0 commit comments

Comments
 (0)