diff --git a/.github/tour.sh b/.github/tour.sh index 553303a7..83a0f41f 100755 --- a/.github/tour.sh +++ b/.github/tour.sh @@ -1,6 +1,6 @@ #!/bin/bash -ex echo Clone tester repo. -git clone --single-branch --branch main https://github.com/John-LittleBearLabs/ipfs_client_clitester.git +git clone --single-branch --branch decomposed_context https://github.com/John-LittleBearLabs/ipfs_client_clitester.git echo Install dependencies. sudo apt-get update