Skip to content

Commit 2a0da42

Browse files
committed
FIX: Cruft [skip azp] [skip actions] [skip appveyor] [skip circle]
1 parent d25357a commit 2a0da42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ commands:
3333
git fetch upstream
3434
export merge=${CI_PULL_REQUEST//*pull\//}
3535
if [[ "$merge" != "" ]]; then
36-
echo "Merging ${merge})";
36+
echo "Merging ${merge}";
3737
git pull --ff-only upstream "refs/pull/${merge}/merge";
3838
fi
3939

0 commit comments

Comments
 (0)