fix horrible typo in patch
[jelmer/etckeeper.git] / pre-commit.d / 30store-metadata
index 7a753447a1c368cf37f7467b403279baf5a60cef..86e974ca16bcafc5acb5b9357028e7e3b7758637 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -e
 
-if [ "$VCS" = git ] || [ "$VCS" = hg ] || [ "$VCS" = bzr ]; then; then
+if [ "$VCS" = git ] || [ "$VCS" = hg ] || [ "$VCS" = bzr ]; then
        # Make sure the file is not readable by others, since it can leak
        # information about contents of non-readable directories in /etc.
        umask 077