Skip to content

Commit

Permalink
fix(release): fix typo in the installation of typos-cli (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
radusuciu authored Mar 8, 2024
1 parent 10b7ab8 commit 700281a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

if ! command -v typos &>/dev/null; then
echo "typos is not installed. Run 'cargo install typos' to install it, otherwise the typos won't be fixed"
echo "typos is not installed. Run 'cargo install typos-cli' to install it, otherwise the typos won't be fixed"
fi

if [ -z "$1" ]; then
Expand Down

0 comments on commit 700281a

Please sign in to comment.