Skip to content

Commit ae4e548

Browse files
committed
fix other if
1 parent fe76c5c commit ae4e548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/copyPasteDetection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Compare target and current branches.
5454
run: |
55-
if [ $IS_LOCAL == 'false']; then
55+
if [[ $IS_LOCAL == 'false' ]]; then
5656
git diff origin/$TARGET_BRANCH forkUpstream/$CURRENT_BRANCH > diff_output.txt
5757
else
5858
git diff origin/$TARGET_BRANCH $CURRENT_BRANCH > diff_output.txt

0 commit comments

Comments
 (0)