vagrant-foodshow 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/vagrant-foodshow/config.rb +1 -1
- data/lib/vagrant-foodshow/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8b2c7915eb31bde55b54c2ec46b0a9e3e39f1138
|
4
|
+
data.tar.gz: 563d1d2c4b6fd4905da8fd63ab103f92ed10c1d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ed6943e9eb555b532e4ab0d966c9ae94cea474e8d85a222c9948ec4fc6fd603b589aa2bbdfb12a532310da8c7eda79fffd54bc5ddbbfcc2fb70810f367024bb
|
7
|
+
data.tar.gz: 45560bd96877b7662d5e661aaf9df4feac8ce91979af782754e49c6d8a80aa7d9e0f0993d4ad2a8cb1c5e05eaa6eafde63086c9a80ffa71974ce846e82225b4c
|
@@ -63,7 +63,7 @@ module VagrantPlugins
|
|
63
63
|
" Make sure you have downloaded ngrok binary from http://ngrok.com\n"\
|
64
64
|
" You can do this:\n"\
|
65
65
|
" 1) Add directory with ngrok binary your PATH\n"\
|
66
|
-
" 2)
|
66
|
+
" 2) Add ngrok binary in ~/bin/ngrok\n"\
|
67
67
|
" 3) Set ngrok binary location with option foodshow.ngrok_bin in your vagrant file\n\n"\
|
68
68
|
" You can read docs at http://github.com/express42/vagrant-foodshow"
|
69
69
|
end
|