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:
parent
44155e0eaa
commit
94779a5d0f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user