diff --git a/examples/bootstrap/check.sh b/examples/bootstrap/check.sh index 2a6ec10525..537908f313 100755 --- a/examples/bootstrap/check.sh +++ b/examples/bootstrap/check.sh @@ -1,4 +1,4 @@ set -ex -./build/bin/lake --version -./build/bin/lake self-check +./build/bin/Lake --version +./build/bin/Lake self-check diff --git a/examples/init/test.sh b/examples/init/test.sh index ab8080d346..2551cc0b89 100755 --- a/examples/init/test.sh +++ b/examples/init/test.sh @@ -4,10 +4,10 @@ set -ex # Test `new` -../../build/bin/lake new helloNew +../../build/bin/Lake new helloNew cd helloNew -../../../build/bin/lake build-bin +../../../build/bin/Lake build-bin ./build/bin/helloNew cd .. @@ -15,7 +15,7 @@ cd .. mkdir helloInit cd helloInit -../../../build/bin/lake init helloInit +../../../build/bin/Lake init helloInit -../../../build/bin/lake build-bin +../../../build/bin/Lake build-bin ./build/bin/helloInit