Skip to content

Commit

Permalink
chore: correct a typo in smoke.sh (#1367)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars authored and kettanaito committed Aug 22, 2022
1 parent b24aa0a commit b93aca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/scripts/smoke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ yarn_version=$(yarn -v)

if [ "$yarn_version" != "1.19.2" ]
then
echo "Faild to install and use Yarn version 1.19.2"
echo "Failed to install and use Yarn version 1.19.2"
echo "Current version is $yarn_version"
exit 1
fi
Expand Down

0 comments on commit b93aca9

Please sign in to comment.