diff --git a/40-create-ghcred.sh b/40-create-ghcred.sh index 2855496..5a9ed58 100755 --- a/40-create-ghcred.sh +++ b/40-create-ghcred.sh @@ -8,7 +8,7 @@ # Remove leading and trailing whitespace and slashes -VUE_APP_PUBLIC_PATH=$(echo $VUE_APP_PUBLIC_PATH | xargs | sed 's/^\///;s/\/$//') +VUE_APP_PUBLIC_PATH=$(echo $VUE_APP_PUBLIC_PATH | sed 's/^\s*\///;s/\/\s*$//')