From 2fc89adbfa54fdff7c23dae0ebec071cf279c000 Mon Sep 17 00:00:00 2001 From: Stanley Jones Date: Mon, 10 Feb 2020 09:08:24 -0800 Subject: [PATCH] fix: Use correct canister alias --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index faf814e..737a8ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ install: - export PATH=/home/$USER/bin:$PATH script: - sh bootstrap.sh -- ID=$(xxd -p canisters/index/_canister.id) +- ID=$(xxd -p canisters/profile/_canister.id) - CRC=$(python -c "import crc8;h=crc8.crc8();h.update('$ID'.decode('hex'));print(h.hexdigest())") - wget -O index.html http://127.0.0.1:8000/?canisterId=ic:$ID$CRC - cat index.html