sample: escape/encapsulate string
Currently if you use the default `source` command in linux and the default `.env` file as declared in the `env.example`, it will fail because of the space in the string.
Using double-quotes around the string will solve this issue.