Skip to content

Commit

Permalink
tmp break shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
simu committed Jul 25, 2024
1 parent 8d9299d commit 2854218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/bin/step-yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ if [ "$(find . -name '.yamllint' -or -name '.yamllint.y*ml' | wc -l)" -ge "1" ];
# yamllint will autoload this file
exec yamllint .
else
exec yamllint -d "$YAMLLINT_DEFAULTS" .
exec yamllint -d $YAMLLINT_DEFAULTS .
fi

0 comments on commit 2854218

Please sign in to comment.