Skip to content

Commit

Permalink
Rakefile: replace_file: add -rf to remove dirs.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed authored and ryanb committed May 21, 2010
1 parent 74aa839 commit 2f738bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ task :install do
end

def replace_file(file)
system %Q{rm "$HOME/.#{file.sub('.erb', '')}"}
system %Q{rm -rf "$HOME/.#{file.sub('.erb', '')}"}
link_file(file)
end

Expand Down

0 comments on commit 2f738bb

Please sign in to comment.