Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Commit

Permalink
Signed-off-by: snow <i@xunuo.com>
Browse files Browse the repository at this point in the history
  • Loading branch information
xunuo committed Jun 15, 2012
1 parent 1225a1d commit 708b959
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo-hooks/ali-f2e-pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ var config = {
* svnlook命令全路径
* @property config.cmdSvnlook {string}
*/
cmdSvnlook : 'LANG=zh_CN.utf8 /usr/local/bin/svnlook',
cmdSvnlook : 'LANG=zh_CN.utf8 /usr/bin/svnlook',
/**
* 是否需要传输数据到远程API
* @property config.remoteConnect {boolean}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node.svntail",
"version": "0.3.0",
"version": "0.3.1",
"author": {
"name": "xunuo",
"email": "i@xunuo.com",
Expand Down Expand Up @@ -35,6 +35,6 @@
"node": "*"
},
"scripts": {
"install": "node ./run-at-install.js; mv ../../pre-commit ../../pre-commit-bak-`date +%Y%m%d`; mv ./demo-hooks/ali-f2e-pre-commit ../../pre-commit; chmod +x ../../pre-commit"
"install": "node ./run-at-install.js; mv ../../pre-commit ../../pre-commit-bak-`date +%Y%m%d%H%M%S`; mv ./demo-hooks/ali-f2e-pre-commit ../../pre-commit; chmod 777 ../../pre-commit"
}
}

0 comments on commit 708b959

Please sign in to comment.