Skip to content

Commit 3afd338

Browse files
jagdish-15kahgoh
andauthored
Update bin/test-changed-exercise
Co-authored-by: Kah Goh <[email protected]>
1 parent f897273 commit 3afd338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/test-changed-exercise

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ BASE_BRANCH=${GITHUB_BASE_REF:-main}
88
git fetch origin "$BASE_BRANCH"
99

1010
# Compute merge base
11-
MERGE_BASE=$(git merge-base HEAD origin/$BASE_BRANCH)
11+
MERGE_BASE=$(git merge-base HEAD origin/"$BASE_BRANCH")
1212

1313
# Get changed files relative to merge base
1414
changed_files=$(git diff --name-only "$MERGE_BASE" HEAD)

0 commit comments

Comments
 (0)