Merge pull request #137 from charlieok/bump_vagrant_scp_version

Bump vagrant-scp to 0.5.9
This commit is contained in:
Charlie O'Keefe 2021-12-14 14:02:37 -08:00 committed by GitHub
commit e9adcf7556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -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