Skip to content

Commit b7270a4

Browse files
committed
correct printf
1 parent fe57ed8 commit b7270a4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
run: |
3232
brew install socat jsonlint cpanminus
3333
mv /opt/homebrew/bin/openssl /opt/homebrew/bin/openssl.NOPE
34-
printf "----------\n"
34+
printf "%s\n" "----------"
3535
perl -V
36-
printf "----------\n"
36+
printf "%s\n" "----------"
3737
curl --version
38-
printf "----------\n"
38+
printf "%s\n" "----------"
3939
openssl version -a
40-
printf "----------\n"
40+
printf "%s\n" "----------"
4141
bash --version
42-
printf "----------\n"
42+
printf "%s\n" "----------"
4343
4444
- name: install perl modules
4545
run: |

0 commit comments

Comments
 (0)