Skip to content

Commit

Permalink
fix: Use correct canister alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanley Jones committed Feb 10, 2020
1 parent a13658c commit 2fc89ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2fc89ad

Please sign in to comment.