vagrant-gitcredentials 0.0.16 → 0.0.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,7 +19,7 @@ module VagrantPlugins
19
19
  @machine.communicate.execute("cat ~/.ssh/github.sh")
20
20
  # execute script w/ permissions
21
21
  promptCredentials()
22
- @machine.communicate.execute("sh ~/.ssh/github.sh #{gitUsername} #{gitPassword}")
22
+ @machine.communicate.execute("sh ~/.ssh/github.sh @#{gitUsername} @#{gitPassword}")
23
23
 
24
24
  @ui.info("created ssh key")
25
25
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module GitCredentials
3
- VERSION = "0.0.16"
3
+ VERSION = "0.0.17"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 16
9
- version: 0.0.16
8
+ - 17
9
+ version: 0.0.17
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jeremy Giberson