From dbeebf0d565362e0314c047e23d4275033d8fc1e Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 7 Mar 2015 12:21:40 +0100 Subject: try to fix git add --- bin/git/hooks/pre-commit | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3