mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-01-12 22:47:24 +08:00
Before this change, the predeploy commands fail with an unhelpful error if you try to run the command from a directory with spaces in the name. Using double quotes guarantees that the variable expands to a single parameter, instead of breaking on spaces.