Skip to content

Commit 650881b

Browse files
mhuckapavoljuhas
andauthored
Apply suggestion from @pavoljuhas
Co-authored-by: Pavol Juhas <juhas@google.com>
1 parent b202803 commit 650881b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

check/all

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ function run() {
9191
}
9292

9393
if [[ -n "${only_changed}" ]]; then
94-
run "check/format-incremental ${rev} ${apply_arg}"
95-
run "check/pylint-changed-files ${rev}"
94+
run check/format-incremental "${rev[@]}" "${apply_arg[@]}"
95+
run check/pylint-changed-files "${rev[@]}"
9696
else
9797
run "check/format-incremental ${rev} ${apply_arg} --all"
9898
run "check/pylint"

0 commit comments

Comments
 (0)