We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fee62e7 + f937497 commit f3bbd95Copy full SHA for f3bbd95
src/Stack/New.hs
@@ -421,7 +421,7 @@ instance Show NewException where
421
show (AttemptedOverwrites fps) =
422
"The template would create the following files, but they already exist:\n" <>
423
unlines (map ((" " ++) . toFilePath) fps) <>
424
- "Use --force to ignore this, and overwite these files."
+ "Use --force to ignore this, and overwrite these files."
425
show (FailedToDownloadTemplatesHelp ex) =
426
"Failed to download `stack templates` help. The HTTP error was: " <> show ex
427
show (BadTemplatesHelpEncoding url err) =
0 commit comments