-
Notifications
You must be signed in to change notification settings - Fork 140
Open
Description
Try with the env var NGROK_PASSWORD="foo bar"
Result:
+ exec ngrok http '-region=ap' '-auth=user:foo\' bar 8000
ERROR: You must specify a single argument: a port or address to tunnel to.
ERROR: You specified 2 arguments: [bar 8000]
The problem is in this line:
Line 70 in e066f3c
| ARGS="$ARGS -auth=$NGROK_USERNAME:$NGROK_PASSWORD " |
$NGROK_PASSWORD should be quoted and escaped.Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels