Skip to content

Commit

Permalink
Bump vagrant-scp to 0.5.9
Browse files Browse the repository at this point in the history
This update to vagrant-scp resolves a version conflict that was keeping
us on vagrant 2.2.16 for a while.

hashicorp/vagrant#12504
  • Loading branch information
charlieok committed Dec 14, 2021
1 parent 7722a59 commit 627896f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Vagrant.configure(2) do |config|

config.vagrant.plugins = {
"vagrant-disksize" => {"version" => "0.1.3"},
"vagrant-scp" => {"version" => "0.5.7"}
"vagrant-scp" => {"version" => "0.5.9"}
}

config.ssh.forward_agent = true
Expand Down

0 comments on commit 627896f

Please sign in to comment.