Skip to content

Commit

Permalink
Remove global-stack-root from the output of stack path.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjakobi committed Apr 6, 2016
1 parent 142875d commit edaae29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ pathCmd keys go =
-- or show all of them if no specific paths chosen.
(filter
(\(_,key,_) ->
null keys || elem key keys)
(null keys && key /= T.pack deprecatedStackRootOptionName) || elem key keys)
paths)
(\(_,key,path) ->
liftIO $ T.putStrLn
Expand Down

0 comments on commit edaae29

Please sign in to comment.