git: Fix shellcheck zsh static analysis detection
This commit is contained in:
parent
65b8fd4820
commit
1d66b763cb
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
|
# shellcheck shell=sh
|
||||||
|
|
||||||
if ! exist git; then
|
if ! exist git; then
|
||||||
return 1
|
return 1
|
||||||
|
|
Loading…
Reference in a new issue