1
1
mirror of https://github.com/primer/css.git synced 2024-11-23 11:27:26 +03:00

lint: whitespace in script/update-assets

This commit is contained in:
Shawn Allen 2019-02-04 15:38:17 -08:00
parent 44155e0eaa
commit 94779a5d0f

View File

@ -7,6 +7,6 @@ bundles="styleguide.js styleguide.css"
echo "Grabbing the latest assets from github.com..."
for bundle in $bundles; do
echo "Downloading $bundle -> $asset_path/github/$bundle ..."
curl -fsSLo "$asset_path/github/$bundle" "https://github.com/site/assets/$bundle"
echo "Downloading $bundle -> $asset_path/github/$bundle ..."
curl -fsSLo "$asset_path/github/$bundle" "https://github.com/site/assets/$bundle"
done