s/bsd/linux/

This commit is contained in:
hendrenj 2016-07-19 11:45:03 -06:00
parent a6760dd8e7
commit 855643e9a5
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ module VagrantPlugins
contents = contents.strip << "\n"
remote_path = "/tmp/vagrant-remove-pubkey-#{Time.now.to_i}"
Tempfile.open("vagrant-bsd-remove-public-key") do |f|
Tempfile.open("vagrant-linux-remove-public-key") do |f|
f.binmode
f.write(contents)
f.fsync