Skip to content

Commit

Permalink
fix: candid UI URL in build script (dfinity#1801)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity authored Aug 24, 2021
1 parent 4af1fbe commit a99b9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ validate_default_project() {
application_canister_id=$($dfx_rc canister id hello_world)
candid_ui_id=$($dfx_rc canister id __Candid_UI)
export hello_world_assets_url="http://localhost:8000/?canisterId=$hello_world_assets_canister_id"
export candid_ui_url="http://localhost:8000/candid?canisterId=$candid_ui_id&id=$application_canister_id"
export candid_ui_url="http://localhost:8000/?canisterId=$candid_ui_id&id=$application_canister_id"

echo
echo "=================================================="
Expand Down

0 comments on commit a99b9bb

Please sign in to comment.