From 94779a5d0f749d669501dc7164bfd9fc077904a7 Mon Sep 17 00:00:00 2001 From: Shawn Allen Date: Mon, 4 Feb 2019 15:38:17 -0800 Subject: [PATCH] lint: whitespace in script/update-assets --- script/update-assets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/update-assets b/script/update-assets index 286c4e89..5f67fa4e 100755 --- a/script/update-assets +++ b/script/update-assets @@ -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