localtunnel-restarter 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/localtunnel/restarter/cli.rb +1 -1
- data/lib/localtunnel/restarter/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: da2e09621d0cdf48c558d719789310426224f9cc
|
4
|
+
data.tar.gz: 1fc8882abbba09014a604a2147841fa9c00f47ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab5163b6e24c634dbe900f5a667afe38bcaa10f26af36e987639cdcc6a2966d8c3c70b5a0a366c89caa3eeb9544c96a8dd2a9944e096a226f387a67c287019b2
|
7
|
+
data.tar.gz: a3c5cc742dc77b8315238c2377fda463cd7472ba5182e047a7e2c6adb3c28e12011f0d8fe335ec4631a15f9c1101959dad4d88cd0f774989cea8e38da2916f40
|
@@ -22,8 +22,8 @@ module Localtunnel
|
|
22
22
|
launch_count += 1
|
23
23
|
if options[:port]
|
24
24
|
p "Running localtunnel for the #{ordinalize(launch_count)} time"
|
25
|
-
`lt --port #{options[:port]} --subdomain #{options[:subdomain]}`
|
26
25
|
p "Link: https://#{options[:subdomain]}.localtunnel.me/"
|
26
|
+
`lt --port #{options[:port]} --subdomain #{options[:subdomain]}`
|
27
27
|
else
|
28
28
|
p 'Option --port is required'
|
29
29
|
p 'Try to use something like this: localtunnel-restarter --port 9292'
|