Skip to content

Commit

Permalink
fix: Typo in script
Browse files Browse the repository at this point in the history
  • Loading branch information
mthmulders committed Aug 9, 2024
1 parent c7e1bd1 commit 57b4338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
TOOLCHAIN_DIR=$TMP_DIR/aarch64-linux-musl-native
;;
*)
echo 'Unexpected CPU architecture!
echo 'Unexpected CPU architecture!'
exit 1
;;
esac
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
TOOLCHAIN_DIR=$TMP_DIR/aarch64-linux-musl-native
;;
*)
echo 'Unexpected CPU architecture!
echo 'Unexpected CPU architecture!'
exit 1
;;
esac
Expand Down

0 comments on commit 57b4338

Please sign in to comment.