Skip to content

Commit

Permalink
powder command should now work if your home dir is not the same as yo…
Browse files Browse the repository at this point in the history
…ur uid
  • Loading branch information
bob-p committed Apr 12, 2011
1 parent 6aa5ca2 commit b2e70ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/powder
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Powder < Thor
map '-L' => 'link'
map '-o' => 'open'

POWPATH = "/Users/#{`whoami`.chomp}/.pow"
POWPATH = "/Users/#{`echo ~`.chomp}/.pow"

desc "link", "Link a pow"
def link(name=nil)
Expand Down

0 comments on commit b2e70ca

Please sign in to comment.