;tools: just relbin: assume "origin" remote name

This commit is contained in:
Simon Michael 2024-12-02 16:45:19 -10:00
parent 909a903137
commit b9100f3471

View File

@ -1121,8 +1121,8 @@ relprep VER:
# Push the current branch to github to generate release binaries.
@relbin:
# assumes the github remote is named "github"
git push -f github HEAD:binaries
# assumes the github remote is named "origin"
git push -f origin HEAD:binaries
# Show last release date (of hledger package).
@reldate: