From 19b198bc4883f23fcbc5d83d1c3e6b154de7d304 Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Mon, 26 Jul 2021 17:30:50 -0700 Subject: [PATCH] Fix a typo in a user facing message --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 09e1ed9..4ca092e 100755 --- a/setup.sh +++ b/setup.sh @@ -92,5 +92,5 @@ echo "${HOME}/.pub-cache/bin" >> $GITHUB_PATH echo "${RUNNER_TOOL_CACHE}/dart-sdk/bin" >> $GITHUB_PATH # Report success, and print version. -echo -e "Succesfully installed Dart SDK:" +echo -e "Successfully installed Dart SDK:" ${RUNNER_TOOL_CACHE}/dart-sdk/bin/dart --version