From a9a366fa7e048a88ec76280aba5dab6ca4d03869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20B=C4=9Bhal?= Date: Wed, 10 Jul 2019 14:01:52 -0600 Subject: [PATCH] Fixed double fix --- code-style-fixer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code-style-fixer.sh b/code-style-fixer.sh index 89d89e7..1bc1c1e 100755 --- a/code-style-fixer.sh +++ b/code-style-fixer.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION=1.0.2 +VERSION=1.0.3 function main { if [[ -f .env ]]; then @@ -16,6 +16,7 @@ function main { phpCsFixer --dry-run ;; fix) + shift 1 phpCsFixer "$@" ;; git-hooks-add)