Skip to content

Commit

Permalink
Quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
23Skidoo committed Feb 10, 2014
1 parent c90a733 commit 9a07756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/Distribution/Client/Config.hs
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ parseConfig initial = \str -> do
| name' == "global" = do g' <- parseFields installDirsFields g fs
return (u, g', p, a)
| otherwise = do
warning "The install-paths section should be for 'user' or 'global'"
warning "The 'install-paths' section should be for 'user' or 'global'"
return accum
where name' = lowercase name
parseSections accum@(u,g,p,a)
Expand Down

0 comments on commit 9a07756

Please sign in to comment.