Skip to content

Commit 35b7c73

Browse files
update tmp folder to use the rails project temp folder
1 parent 8ec3a27 commit 35b7c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/file-scrapers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ Make sure to set the version per the release tag (e.g. r160). Note that the r pr
298298
curl https://codeload.github.com/mrdoob/three.js/tar.gz/refs/tags/r${VERSION} > threejs.tar.gz
299299
tar -xzf threejs.tar.gz
300300
mkdir -p docs/threejs~${VERSION}
301-
mv three.js-r${VERSION}/list.json /tmp/list.json
301+
mv three.js-r${VERSION}/list.json tmp/list.json
302302
mv three.js-r${VERSION}/docs/* docs/threejs~${VERSION}/
303303

304304
rm -rf three.js-r${VERSION}/

0 commit comments

Comments
 (0)