Skip to content

Commit

Permalink
retry cds
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldbg74 committed Apr 8, 2024
1 parent a346445 commit a5ccf9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chocolatine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- name: Check exe
run: |
IFS=','
for value in $EXECUTABLES; do
for value in $EXECUTABLES;
if [ -e $value ]; then
exit 0
else
Expand Down

0 comments on commit a5ccf9d

Please sign in to comment.