Skip to content

Commit c6ecccd

Browse files
committed
Corrected format in error message.
1 parent 8adfffb commit c6ecccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ main = do
2222
_ -> stackYamlPkgs pwd
2323
when (null cfs) $
2424
die $
25-
"Used" <> name
25+
"Used " <> name
2626
<> "\n No .cabal files found under"
2727
<> pwd
2828
<> "\n You may need to run stack build."

0 commit comments

Comments
 (0)