You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running heroku/7.33.3 win32-x64 node-v11.14.0 on Windows, and heroku/7.33.3 linux-x64 node-v11.14.0 on Linux.
Try the command below with the Linux CLI:
heroku config:set SOME_VAR="a&,#a"
The result is a success:
Setting SOME_VAR and restarting ⬢ your-app-name... done, v41
SOME_VAR: a&,#a
Trying the same command with the Windows CLI tool results in an error, but improperly sets the SOME_VAR variable:
Setting SOME_VAR and restarting ⬢ your-app-name... done, v41
SOME_VAR: a
'#a' is not recognized as an internal or external command,
operable program or batch file.
I've tried this with single quotes, double quotes, and without quotes, with the same result.
What is the expected behavior?
I would expect the command to properly set the variable.
The text was updated successfully, but these errors were encountered:
What is the current behavior?
I'm running heroku/7.33.3 win32-x64 node-v11.14.0 on Windows, and heroku/7.33.3 linux-x64 node-v11.14.0 on Linux.
Try the command below with the Linux CLI:
heroku config:set SOME_VAR="a&,#a"
The result is a success:
Trying the same command with the Windows CLI tool results in an error, but improperly sets the SOME_VAR variable:
I've tried this with single quotes, double quotes, and without quotes, with the same result.
What is the expected behavior?
I would expect the command to properly set the variable.
The text was updated successfully, but these errors were encountered: