diff --git a/start.sh b/start.sh index 9b71a227..a6fd1f63 100755 --- a/start.sh +++ b/start.sh @@ -53,6 +53,9 @@ download_pipelines() { local path=$1 local destination=$2 + # Remove any surrounding quotes from the path + path=$(echo "$path" | sed 's/^"//;s/"$//') + echo "Downloading pipeline files from $path to $destination..." if [[ "$path" =~ ^https://github.com/.*/.*/blob/.* ]]; then