diff options
Diffstat (limited to 'acid/acid-source')
-rwxr-xr-x | acid/acid-source | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acid/acid-source b/acid/acid-source index 8c62c44..8242452 100755 --- a/acid/acid-source +++ b/acid/acid-source @@ -48,7 +48,7 @@ if ! [ -d "$1" ]; then | git update-ref --stdin >/dev/null 2>&1 # Init cyche metadata - touch ".git/previous_hash" + echo "$NULL_HASH" >".git/previous_hash" touch ".git/previous_slug" else # Existing repository |