Remove extra slash

This commit is contained in:
JohannesMarbach 2023-02-25 21:20:04 +01:00 committed by Johannes Marbach
parent e483f1a17c
commit 0c1d24d9db

View file

@ -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}"