1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

F #5056: fix minor bug (#745)

This commit is contained in:
Alejandro Huertas Herrero 2021-02-03 16:54:45 +01:00 committed by GitHub
parent a23950434e
commit 2706e23f53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -255,7 +255,7 @@ function fs_size {
if [[ $SRC == dockerfile* ]]; then
url=`echo ${SRC} | grep -oP "^"dockerfile://"\K.*"`
elif [[ $SRC == docker* ]]; then
url=$(echo $MARKET_URL | grep -oP "^"docker://"\K.*")
url=`echo ${SRC} | grep -oP "^"docker://"\K.*"`
fi
arguments=`echo $url | cut -d '?' -f 2`