Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit a334514

Browse files
committed
Add missing download
1 parent ac870b9 commit a334514

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/get_identity_references.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ mkdir tmp
55
cd tmp
66

77
# Download and copy docs
8-
curl -sL https://s3.eu-central-1.amazonaws.com/files.iota.org/iota-wiki/iota-identity/1.3/wasm.tar.gz | tar xzv
9-
cp -Rv docs/* ../docs/build/identity.rs/1.3/docs/references/
10-
118
curl -sL https://s3.eu-central-1.amazonaws.com/files.iota.org/iota-wiki/iota-identity/1.4/wasm.tar.gz | tar xzv
129
cp -Rv docs/* ../docs/build/identity.rs/1.4/docs/references/
1310

11+
curl -sL https://s3.eu-central-1.amazonaws.com/files.iota.org/iota-wiki/iota-identity/1.5/wasm.tar.gz | tar xzv
12+
cp -Rv docs/* ../docs/build/identity.rs/1.5/docs/references/
13+
1414
# Return to root and cleanup
1515
cd -
1616
rm -rf tmp

0 commit comments

Comments
 (0)