Skip to content

Commit

Permalink
fix: double brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jul 9, 2023
1 parent 60c3710 commit 4de9ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ runs:
shell: bash

- run: |
if [ ! -f "ape-config.yaml" ]; then
if [[ ! -f "ape-config.yaml" ]]; then
version_present=0
else
version_present=$(sed -n '/^plugins:/,/^[^ ]/{/version:/p}' "ape-config.yaml" | grep -c version)
Expand Down

0 comments on commit 4de9ec0

Please sign in to comment.