Skip to content

Commit 1d28919

Browse files
committed
[no ci] add missing backslash
1 parent c32b938 commit 1d28919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
if [[ runner.name == 'vmmojave' || runner.name == 'vmcatalina' ]]; then
135135
brew test-bot \
136136
--skip-online-checks \
137-
--keep-old
137+
--keep-old \
138138
--only-formulae \
139139
--only-json-tab \
140140
--skip-recursive-dependents \
@@ -143,7 +143,7 @@ jobs:
143143
else
144144
brew test-bot \
145145
--skip-online-checks \
146-
--keep-old
146+
--keep-old \
147147
--only-formulae \
148148
--only-json-tab \
149149
--skip-recursive-dependents \

0 commit comments

Comments
 (0)