Skip to content

Fix environment variables who contains spaces in their value

Tortue Torche requested to merge github/fork/tortuetorche/patch-2 into master

If you have a .env file with some environment variables who contains spaces, like this:

DB_INITIALIZE="cd /app && RAILS_ENV=production bin/setup"
DB_MIGRATE="cd /app && RAILS_ENV=production bin/update"

The actual psu version (0.1.0) throws an error. This pull request fix this issue.

References: #7 (closed) and #8

Merge request reports