Skip to content

Commit

Permalink
typo bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Apr 7, 2011
1 parent fdf0d69 commit a3b4bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands.hs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ installed _ _ opts = do
rec = OptRecursive `elem` opts
forM_ pkgs $ \pkg -> do
putStrLn . fullNameOfPkgInfo $ pkg
when rec $ printRevDeps True db 1 pkg
when rec $ printDeps True db 1 pkg

outdated :: FunctionCommand
outdated _ _ opts = do
Expand Down

0 comments on commit a3b4bdf

Please sign in to comment.