Skip to content

Commit

Permalink
fix: Fix delete milestone
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Nov 3, 2024
1 parent a67f768 commit 82d193a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nu/milestone.nu
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export def delete-milestone [
}
let result = gh api -X DELETE $'/repos/($repo)/milestones/($milestoneId)'
let response = $result | from json
print $'Milestone with NO. (ansi p)($milestone.number)(ansi reset) was deleted with response:'
print $'Milestone with NO. (ansi p)($milestoneId)(ansi reset) was deleted with response:'
$response | table -e | print
}

Expand Down

0 comments on commit 82d193a

Please sign in to comment.