Update index.py

pull/109/head
midoks 7 years ago
parent 98840e81f4
commit 421d7f5565
  1. 2
      plugins/csvn/index.py

@ -524,7 +524,7 @@ def projectScriptLoad():
post_commit_file = hook_path + '/post-commit'
pct_content = public.readFile(post_commit_tpl)
public.writeFile(pro_commit_file, pct_content)
public.writeFile(post_commit_file, pct_content)
public.execShell('chmod 777 ' + post_commit_file)
commit_tpl = getPluginDir() + '/hook/post-commit.tpl'

Loading…
Cancel
Save