diff --git a/VERSION b/VERSION index 1d0ba9ea182b0f7354f3daf12120744ec5e0c2f8..79a2734bbf3de7aaf00e385c644d30704c03c7c8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 +0.5.0 \ No newline at end of file diff --git a/hooks.yaml b/hooks.yaml index f4ac44a54cb25b55edf5af56b73dc95702ec511e..d97f46b802089e8a8cb808ecc5893282d93b62f7 100644 --- a/hooks.yaml +++ b/hooks.yaml @@ -3,8 +3,8 @@ name: Lint shell scripts description: Run /bin/sh -en against shell scripts. language: system - entry: /bin/sh - args: ['-en'] + entry: /usr/bin/env + args: ['-i', '/bin/sh', '-en'] files: &shell_scripts \.(sh|bash|ksh|zsh)$ - id: shellcheck name: shellcheck