Skip to content

Commit

Permalink
Update 40-create-ghcred.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Stadler <[email protected]>
  • Loading branch information
hizclick and peterstadler authored May 16, 2024
1 parent 21950b1 commit 4e0f1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 40-create-ghcred.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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*$//')



Expand Down

0 comments on commit 4e0f1dc

Please sign in to comment.