Commit 5b412fbd authored by nanahira's avatar nanahira

typo

parent 7a68b9ac
...@@ -166,7 +166,7 @@ var UpdateFilelist = function(msg) { ...@@ -166,7 +166,7 @@ var UpdateFilelist = function(msg) {
execSync('git commit -m Filelist', { cwd: config.client_git_db_path, env: process.env }); execSync('git commit -m Filelist', { cwd: config.client_git_db_path, env: process.env });
execSync('git push '+config.client_push_repo+' '+branch, { cwd: config.client_git_db_path, env: process.env }); execSync('git push '+config.client_push_repo+' '+branch, { cwd: config.client_git_db_path, env: process.env });
} catch (error) { } catch (error) {
sendResponse("git error: "+error.stdout); sendResponse("git error: "+error);
sendResponse("Failed pushing File List"); sendResponse("Failed pushing File List");
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment