Skip to content

Commit 26ecae4

Browse files
authored
Fix typo (openjdk#33)
1 parent 35ae048 commit 26ecae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
echo "::set-output name=tag::$TAG"
6464
65-
if [ -n "$(git merge-tree $(git merge-base $TAG rivos/main) rivos/main $TAG" ]; then
65+
if [ -n "$(git merge-tree $(git merge-base $TAG rivos/main) rivos/main $TAG)" ]; then
6666
echo "::set-output name=diff::true"
6767
else
6868
echo "::set-output name=diff::false"

0 commit comments

Comments
 (0)