Merge pull request #2044 from TeamPiped/lift/Shellcheck-1fff20aa
Shellcheck Fixes
This commit is contained in:
commit
fe0fe2ab18
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
base='https://fonts\.(gstatic\.com|kavin\.rocks)'
|
||||
fonts=$(cat dist/assets/* | grep -Po "$base[^)]*" | sort | uniq)
|
||||
for font in $fonts; do
|
||||
file="dist/fonts$(echo $font | sed -E "s#$base##")"
|
||||
file="dist/fonts$(echo "$font" | sed -E "s#$base##")"
|
||||
mkdir -p "$(dirname "$file")"
|
||||
curl -L "$font" -o "$file"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue