quotes in raw editor
298saviour
HOBBYOP

a month ago

quotes automatically added to my environment variables raw editor. why is that?

$10 Bounty

2 Replies

Railway
BOT

a month ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


uxuz
MODERATOR

a month ago

Hey, I suppose that it is mostly good practice and done to explicitly define where the contents of your variables start and end. In the example below, where your variables content contain a space, the first option clearly defines the boundaries of your value.

HELLO="Hello World!"
FOO=Hello World

Loading...