Browse Source

Fix path

v2
Xose Pérez 6 years ago
parent
commit
77a0e56db1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      pre-commit

+ 2
- 2
pre-commit View File

@ -126,7 +126,7 @@ if __name__ == "__main__":
os.chdir("code")
if call(["node", "node_modules/gulp/bin/gulp.js", "--silent"]):
sys.exit(2)
call(["git", "add", "espurna/data/index*"])
call(["git", "add", "espurna/static/index*"])
call(["git", "add", "code/espurna/data/index*"])
call(["git", "add", "code/espurna/static/index*"])
sys.exit(0);

Loading…
Cancel
Save