Remove extra slash
This commit is contained in:
parent
e483f1a17c
commit
0c1d24d9db
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue