Skip to content

Commit e5dcdec

Browse files
jtmoon79mergify[bot]
authored andcommitted
docs: codespell tools/scripts/
1 parent 5640a88 commit e5dcdec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/scripts/release/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,5 @@ After a release, we can test all generated assets to ensure they work accurately
151151
- Run Docker image
152152
- Build Homebrew
153153
- Build Terraform
154-
- Run our multi architechture binaries
154+
- Run our multi architecture binaries
155155
- Esure all creates are published to crates.io

tools/scripts/release/delete_draft.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ OWNER="build-trust"
1212
USER_TYPE="orgs"
1313

1414
if [[ -z $TAG_NAME || $TAG_NAME != *"ockam_v"* ]]; then
15-
echo "Invalid tag name, pleas set TAG_NAME variable"
15+
echo "Invalid tag name, please set TAG_NAME variable"
1616
exit 1
1717
fi
1818

0 commit comments

Comments
 (0)