From 0c1d24d9dbe0e969785715d3e956d7ddefdd3ee4 Mon Sep 17 00:00:00 2001 From: JohannesMarbach Date: Sat, 25 Feb 2023 21:20:04 +0100 Subject: [PATCH] Remove extra slash --- archive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive.sh b/archive.sh index d4b9c39..da82dbf 100755 --- a/archive.sh +++ b/archive.sh @@ -16,6 +16,6 @@ path=$(echo "${response}" | jq -r .full_path) echo "${response}" echo -echo "https://gitlab.com/${path}" +echo "https://gitlab.com${path}" rm -f "${archive}"