Skip to content

Commit

Permalink
makedirs method needs the file path which is expanded
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Feb 20, 2012
1 parent 5a4a38c commit 7cfbb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/install.rake
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ module Installer
end

def xcode4_template_dir
"~/Library/Developer/Xcode/Templates/Application"
File.expand_path "~/Library/Developer/Xcode/Templates/Application"
end

def xcode_usr_bin
Expand Down

0 comments on commit 7cfbb67

Please sign in to comment.