Skip to content

Commit 56e25d9

Browse files
committed
Corrected some typos in the error messages
1 parent 614c134 commit 56e25d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ aws_region=AWS_REGION
1515
ls -l $build_path
1616

1717
if [ -z "$AWS_ACCESS_KEY_ID" ]; then
18-
echo "AWS_ACCESS_KEY was not found. Set this in your github secrets"
18+
echo "AWS_ACCESS_KEY_ID was not found. Set this in your github secrets"
1919
err=1
2020
fi
2121

2222
if [ -z "$AWS_SECRET_ACCESS_KEY" ]; then
23-
echo "AWS_SECRET_ACCESS_KEY was not founde. Set this in your github secrets"
23+
echo "AWS_SECRET_ACCESS_KEY was not found. Set this in your github secrets"
2424
err=1
2525
fi
2626

0 commit comments

Comments
 (0)