Skip to content

Commit fda5356

Browse files
fix: script output
1 parent c7d942d commit fda5356

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/upload-to-s3.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ if [ $# -eq 2 ]; then
3636
fi
3737

3838
if [ $# -gt 2 ]; then
39-
echo "Too many parameters\nUsage: upload-to-s3.sh <release-channel> <dryrun>" && exit 1
39+
echo "Too many parameters"
40+
echo "Usage: upload-to-s3.sh <release-channel> <dryrun>"
41+
exit 1
4042
fi
4143

4244
function uploadFile() {

0 commit comments

Comments
 (0)