Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit a59643e

Browse files
authored
Fix fetch-assets script to copy examples to the right place (#148)
1 parent 48d4ea8 commit a59643e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/fetch-assets.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
docAssetsPath=./src/assets/documents/
88

99
# Dir where live-example assets will be copied
10-
exampleAssetsPath=./src/assets/examples/
10+
exampleAssetsPath=./src/assets/
1111

1212
# Dir where published assets will temporarily copied to (using `git clone`).
1313
tmpAssetClonePath=/tmp/material-assets

0 commit comments

Comments
 (0)