Skip to content

Commit ee8c5b4

Browse files
committed
Uses single quotes
1 parent 35f52b6 commit ee8c5b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mavenwrapper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
./mvnw
3030
./mvnw.cmd
3131
- name: Check Maven version in Unix-based systems
32-
if: matrix.os != "windows-latest"
32+
if: matrix.os != 'windows-latest'
3333
run: ./mvnw version
3434
- name: Check Maven version in Windows
35-
if: matrix.os == "windows-latest"
35+
if: matrix.os == 'windows-latest'
3636
run: ./mvnw.cmd version

0 commit comments

Comments
 (0)