Skip to content

Commit a0ec543

Browse files
authored
Update install_scripts.sh
1 parent ff9a45b commit a0ec543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ file_changed_in_pr() {
3030
(
3131
cd "$repo_root" || return 2
3232
if [ -f "$PR_DIFF" ]; then # PR_DIFF should be set by the calling script
33-
grep -q "b/$rel_path" "$pr_diff" # Add b/ to match diff patterns
33+
grep -q "b/$rel_path" "$PR_DIFF" # Add b/ to match diff patterns
3434
else
3535
return 3
3636
fi

0 commit comments

Comments
 (0)