vagrant-sptsync 0.0.57 → 0.0.58

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a4cad15d035903065b5bfe4a122fbded8b83c72
4
- data.tar.gz: cd2e051b1d9f453451faf5c11ec3451606d38b66
3
+ metadata.gz: 0c22c7933ab404bd0b570451d667a0e0d5ea1ec8
4
+ data.tar.gz: 88d6508abd674b6452aa0e366b72e5fb9e448f64
5
5
  SHA512:
6
- metadata.gz: 34c40e9a57145e3255599638322a80053b661ee319075ad2ded0ba859f0a3101ab2e6ca0be4400d157c0d5143f9f7a6cdc4f773777231fa2116446cfd5848755
7
- data.tar.gz: 50f8c5c59365086e74c19dbda7d9b1db0dc2c5a6e4368a000d860dfab89390e1a2d0571c302411d21ed250524c728073fa5dbf452dff9b7573e02dec18dedd46
6
+ metadata.gz: 0cb2aaeb3cfa47b5541ea06d1f5a360ed5700d71ecf5bb392e11860a6c289ffca9c9537daab6462217f691c17b2ce5db1533bcd402b427b4ef71bfd09afd7763
7
+ data.tar.gz: 8acc004633d67d014ba89e05317f1d127111d39a057c19809198c7d16dc6d31cfe36806c04aa78bd05d5576aa71251fbd4ee110c44ae206ba9006b3d108b48fb
@@ -65,7 +65,7 @@ module VagrantPlugins
65
65
  server = @options[:server]
66
66
  site = @options[:site]
67
67
  drush = "#{site}.v#{revision.gsub('.', '')}"
68
- files_dir = "/var/www/sites/virtual/deploy/shared/#{drush}/"
68
+ files_dir = "/var/www/sites/virtual/deploy/shared/#{drush}/files/"
69
69
  commands = {
70
70
  "downloading files" => "sudo -E rsync --recursive --compress --times --rsh='ssh -l deploy' web00-#{server}-sony #{files_dir} #{files_dir}",
71
71
  "setting file owner" => "sudo chown -R deploy:apache #{files_dir}",
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module SPTSync
3
- VERSION = "0.0.57"
3
+ VERSION = "0.0.58"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-sptsync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.57
4
+ version: 0.0.58
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Sehr