Skip to content

Commit f3bbd95

Browse files
authored
Merge pull request #5581 from felixonmars/patch-1
Correct a typo in src/Stack/New.hs
2 parents fee62e7 + f937497 commit f3bbd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stack/New.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ instance Show NewException where
421421
show (AttemptedOverwrites fps) =
422422
"The template would create the following files, but they already exist:\n" <>
423423
unlines (map ((" " ++) . toFilePath) fps) <>
424-
"Use --force to ignore this, and overwite these files."
424+
"Use --force to ignore this, and overwrite these files."
425425
show (FailedToDownloadTemplatesHelp ex) =
426426
"Failed to download `stack templates` help. The HTTP error was: " <> show ex
427427
show (BadTemplatesHelpEncoding url err) =

0 commit comments

Comments
 (0)