Skip to content

Commit

Permalink
Fixed double fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dejwCake committed Jul 10, 2019
1 parent 7bb793b commit a9a366f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code-style-fixer.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

VERSION=1.0.2
VERSION=1.0.3

function main {
if [[ -f .env ]]; then
Expand All @@ -16,6 +16,7 @@ function main {
phpCsFixer --dry-run
;;
fix)
shift 1
phpCsFixer "$@"
;;
git-hooks-add)
Expand Down

0 comments on commit a9a366f

Please sign in to comment.