From cc0f7d9c9ecea3e69120b148246a76a2cf852651 Mon Sep 17 00:00:00 2001 From: Jeremy Elbourn Date: Wed, 12 Apr 2017 10:04:15 -0700 Subject: [PATCH] Fix fetch-assets script to copy examples to the right place --- tools/fetch-assets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fetch-assets.sh b/tools/fetch-assets.sh index 1901727e1..a96ec904b 100755 --- a/tools/fetch-assets.sh +++ b/tools/fetch-assets.sh @@ -7,7 +7,7 @@ docAssetsPath=./src/assets/documents/ # Dir where live-example assets will be copied -exampleAssetsPath=./src/assets/examples/ +exampleAssetsPath=./src/assets/ # Dir where published assets will temporarily copied to (using `git clone`). tmpAssetClonePath=/tmp/material-assets