mirror of
https://github.com/super-linter/super-linter.git
synced 2025-01-10 05:44:58 -05:00
Run shfmt
This commit is contained in:
parent
5a6f3796e1
commit
7e9696340d
1 changed files with 2 additions and 2 deletions
2
.github/scripts/update-python.sh
vendored
2
.github/scripts/update-python.sh
vendored
|
@ -35,7 +35,7 @@ for DEP_FILE in *.txt; do
|
|||
# Activate virtualenv
|
||||
source bin/activate
|
||||
# Handle the ansibl-lint corner case
|
||||
if [[ "$PACKAGE_NAME" == "ansible-lint" ]]; then
|
||||
if [[ $PACKAGE_NAME == "ansible-lint" ]]; then
|
||||
pip install "ansible-lint[core]"
|
||||
else
|
||||
pip install "${PACKAGE_NAME}"
|
||||
|
|
Loading…
Reference in a new issue