Skip to content

Commit c483376

Browse files
committed
typo in bin name
1 parent 0c91286 commit c483376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ package_bin() {
2121

2222
# test packaging all binaries
2323
package_all() {
24-
rm -rf target/lambda/release > /dev/null 2>&1
24+
rm -rf target/lambda/release > /dev/null 2>&1
2525
docker run --rm \
2626
-v "${PWD}":/code \
2727
-v "${HOME}"/.cargo/registry:/root/.cargo/registry \
@@ -47,7 +47,7 @@ for project in test-func test-multi-func; do
4747
echo "👩‍🔬 Running tests for $project"
4848

4949
if [[ "$project" == test-func ]]; then
50-
bin_name=boostrap
50+
bin_name=bootstrap
5151
else
5252
bin_name=test-func
5353
fi

0 commit comments

Comments
 (0)