Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ncqwer committed Feb 26, 2024
1 parent 042e187 commit 2342f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils/updatePR.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports.updatePullRequest = async (content) => {
};
console.log('pull number', pullRequestNumber);

const response = await fetch('https://api.github.com/repos/vusion/cloud-ui-materials/pull/${pullRequestNumber}', {
const response = await fetch('https://api.github.com/repos/vusion/cloud-ui-materials/pulls/${pullRequestNumber}', {
method: 'PATCH',
headers: {
'Content-Type': 'application/json',
Expand Down

0 comments on commit 2342f3b

Please sign in to comment.