chore: bin/lake -> bin/Lake

Reason: casing matters on Linux
This commit is contained in:
tydeu 2021-09-13 12:55:36 -04:00
parent e441c40a3d
commit 4e61320225
2 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
set -ex
./build/bin/lake --version
./build/bin/lake self-check
./build/bin/Lake --version
./build/bin/Lake self-check

View file

@ -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