Skip to content

Commit

Permalink
fix: change the url to the sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
Phosphorus-M authored Jan 13, 2025
1 parent 952b757 commit 929d2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ alias = "format"
command = "sh"
args = [
"-c",
"rm -f assets/sitemap.xml && wget -S -P assets https://github.com/ph4un00b/sitemap-rustico/releases/download/latest/sitemap.xml",
"rm -f assets/sitemap.xml && wget -S -P assets https://github.com/Phosphorus-M/sitemap-rustico/releases/download/latest/sitemap.xml",
]

[tasks.prebuild]
Expand Down

0 comments on commit 929d2a5

Please sign in to comment.