pub / stagit-scripts

Building src.jayvii.de with stagit
git clone https://src.jayvii.de/pub/stagit-scripts.git
Home | Log | Files | Exports | Refs | README | RSS

commit 6f6f2e256e8ca99bd390092e0867e60e612a5a7c
parent 57e01a8bb4f0ecf66833160475c27ba78e38b338
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sun, 16 Mar 2025 11:41:12 +0100

fix: add protocol for export output

Diffstat:
Mbin/git_export_tarball.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/git_export_tarball.sh b/bin/git_export_tarball.sh @@ -51,7 +51,7 @@ for REF in ${4}; do mv "${BRANCH}.tar.gz" "${1}/${2}/${3}/exports/${BRANCH}.tar.gz" # Output for user - echo "Archive can be retrieved from ${URL}/${2}/${3}/exports/${BRANCH}.tar.gz" + echo "Archive can be retrieved from https://${URL}/${2}/${3}/exports/${BRANCH}.tar.gz" done