Skip to content

Commit

Permalink
Doesn't work in a bash enviroment
Browse files Browse the repository at this point in the history
  • Loading branch information
coredinate authored Aug 4, 2017
1 parent 295f2cc commit 04dd070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/mysql.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ module.exports = function (grunt) {
}

function query_inline(tpl_mysql, inline, silentMode) {
var cmd = tpl_mysql + " -e \"" + inline + "\"";
var cmd = tpl_mysql + " -e '" + inline + "'";
if (silentMode == false)
grunt.log.ok(cmd);
shell.exec(cmd, {
Expand Down

0 comments on commit 04dd070

Please sign in to comment.