s/bsd/linux/
This commit is contained in:
parent
a6760dd8e7
commit
855643e9a5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue