File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ fatal() {
187
187
# Create the proxy
188
188
proxy_session_token=$( " ${CODER_DEV_SHIM} " proxy register --name=local-proxy --display-name=" Local Proxy" --icon=" /emojis/1f4bb.png" --access-url=http://localhost:3010 --only-token)
189
189
# Start the proxy
190
- start_cmd PROXY " " " ${CODER_DEV_SHIM} " proxy server --http-address=localhost:3010 --proxy-session-token=${proxy_session_token} --primary-access-url=http://localhost:3000 --app-security-key=${app_security_key}
190
+ start_cmd PROXY " " " ${CODER_DEV_SHIM} " proxy server --http-address=localhost:3010 --proxy-session-token=" ${proxy_session_token} " --primary-access-url=http://localhost:3000 --app-security-key=" ${app_security_key} "
191
191
) || echo " Failed to create workspace proxy. No workspace proxy created."
192
192
fi
193
193
You can’t perform that action at this time.
0 commit comments