Skip to content

Commit 5cd02c1

Browse files
snoybergborsboom
authored andcommitted
Fix a style complaint
1 parent 1b8a03f commit 5cd02c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Stack/Upgrade.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ binaryUpgrade (BinaryOpts mplatform force' mver morg mrepo) = do
173173
ec <- rawSystem (toFilePath tmpFile) ["--version"]
174174

175175
unless (ec == ExitSuccess)
176-
$ error $ "Non-success exit code from running newly downloaded executable"
176+
$ error "Non-success exit code from running newly downloaded executable"
177177

178178
sourceUpgrade
179179
:: (StackM env m, HasConfig env)

0 commit comments

Comments
 (0)