Skip to content

Commit

Permalink
fix: use current repo instead of hardcoding PaperMC/mache
Browse files Browse the repository at this point in the history
  • Loading branch information
Machine-Maker committed Apr 5, 2024
1 parent b62c531 commit 86a97b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ abstract class UpdateVersion : DefaultTask() {
arrayOf(
"gh",
"api",
"repos/PaperMC/mache",
"repos/{owner}/{repo}",
"--method",
"PATCH",
"--field",
Expand Down

0 comments on commit 86a97b5

Please sign in to comment.