Skip to content

Commit

Permalink
File.unlink, not File.rm
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Jun 2, 2011
1 parent ada475a commit 614c032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/language_pack/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def build_bundler
end

if has_windows_gemfile_lock?
File.rm("Gemfile.lock")
File.unlink("Gemfile.lock")
else
bundle_command += " --deployment"
end
Expand Down

0 comments on commit 614c032

Please sign in to comment.