Skip to content

Commit 8d1cc85

Browse files
authored
Update prepare_docker.sh
1 parent 02a7892 commit 8d1cc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iota-wasp/prepare_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ prepare_data_dir "${dataDir}" "config" "waspdb" "waspdb/chains"
2424
create_docker_network "iota"
2525

2626
# Generate config
27-
configUrl="https://raw.githubusercontent.com/iotaledger/wasp/v${WASP_VERSION}/config_defaults.json"
27+
configUrl="https://raw.githubusercontent.com/iotaledger/wasp/v1.5.1/config_defaults.json"
2828
echo "Downloading config from ${configUrl}..."
2929
curl -L -s -o "${configPath}" "${configUrl}"
3030

0 commit comments

Comments
 (0)