Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Fix: Change from hub to gh for Che #22646
Browse files Browse the repository at this point in the history
  • Loading branch information
SDawley committed Nov 8, 2023
1 parent 363e98c commit 02f1b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ commitChangeOrCreatePR()
git pull origin "${PR_BRANCH}"
git push origin "${PR_BRANCH}"
lastCommitComment="$(git log -1 --pretty=%B)"
hub pull-request -f -m "${lastCommitComment}" -b "${aBRANCH}" -h "${PR_BRANCH}"
gh pr create -f -B "${aBRANCH}" -H "${PR_BRANCH}"
fi
fi
}
Expand Down

0 comments on commit 02f1b05

Please sign in to comment.