From b9100f34713d5489a9d05adc7b25abb950f9536c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 2 Dec 2024 16:45:19 -1000 Subject: [PATCH] ;tools: just relbin: assume "origin" remote name --- Justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Justfile b/Justfile index 7730c496b..046487c34 100644 --- a/Justfile +++ b/Justfile @@ -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: