getdave / grunt-deployments

MYSQL database deployments using GruntJS
MIT License
72 stars 34 forks source link

Fails with " in password #49

Open dnlmzw opened 10 years ago

dnlmzw commented 10 years ago

Had to remove the " in my db password in order to make it work.

Error happened in line 217

var output = shell.exec(cmd, {silent: false}).output;