vagrant-unison 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/vagrant-unison/command.rb +2 -2
- data/lib/vagrant-unison/version.rb +1 -1
- metadata +2 -2
@@ -27,7 +27,7 @@ module VagrantPlugins
|
|
27
27
|
command = [
|
28
28
|
"unison", "-batch",
|
29
29
|
"-ignore='Name {git*,.vagrant/,*.DS_Store}'",
|
30
|
-
"-sshargs
|
30
|
+
"-sshargs", "-p #{ssh_info[:port]} -o StrictHostKeyChecking=no -i #{ssh_info[:private_key_path]}",
|
31
31
|
hostpath,
|
32
32
|
"ssh://#{ssh_info[:username]}@#{ssh_info[:host]}/#{guestpath}"
|
33
33
|
]
|
@@ -35,7 +35,7 @@ module VagrantPlugins
|
|
35
35
|
r = Vagrant::Util::Subprocess.execute(*command)
|
36
36
|
if r.exit_code != 0
|
37
37
|
raise Vagrant::Errors::UnisonError,
|
38
|
-
:command => command.
|
38
|
+
:command => command.inspect,
|
39
39
|
:guestpath => guestpath,
|
40
40
|
:hostpath => hostpath,
|
41
41
|
:stderr => r.stderr
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-unison
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -126,7 +126,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
126
126
|
version: '0'
|
127
127
|
segments:
|
128
128
|
- 0
|
129
|
-
hash:
|
129
|
+
hash: 1966163683977424519
|
130
130
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
131
131
|
none: false
|
132
132
|
requirements:
|