mobilize-ssh 1.0.72 → 1.0.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -103,7 +103,7 @@ module Mobilize
103
103
  end
104
104
  end
105
105
  #delete remote dir if necessary
106
- Ssh.run(node,"rm -rf #{rem_dir}") if rem_dir
106
+ Ssh.run(node,"sudo rm -rf #{rem_dir}") if rem_dir
107
107
  result
108
108
  end
109
109
 
@@ -1,5 +1,5 @@
1
1
  module Mobilize
2
2
  module Ssh
3
- VERSION = "1.0.72"
3
+ VERSION = "1.0.73"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mobilize-ssh
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.72
4
+ version: 1.0.73
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: