summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-03-07 12:21:40 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-03-07 12:21:40 +0100
commitdbeebf0d565362e0314c047e23d4275033d8fc1e (patch)
tree113c7635b294954fadd10a37fe852af52b36278a /bin
parentf35819eff45329d722efe4067b1c2f20a26a153c (diff)
try to fix git add
Diffstat (limited to 'bin')
-rwxr-xr-xbin/git/hooks/pre-commit4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/git/hooks/pre-commit b/bin/git/hooks/pre-commit
index fd08c587d..c767ca0d0 100755
--- a/bin/git/hooks/pre-commit
+++ b/bin/git/hooks/pre-commit
@@ -1,4 +1,6 @@
#!/bin/bash
cd js
-grunt cachebuster \ No newline at end of file
+grunt cachebuster
+cd ..
+git add appinfo/checksum.json \ No newline at end of file