mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-21 15:10:27 +00:00
Fix typo
This commit is contained in:
2
main.sh
2
main.sh
@@ -975,7 +975,7 @@ if [[ ${#unsupported_tools[@]} -gt 0 ]]; then
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if [[ -z "${full_version}" ]]; then
|
if [[ -z "${full_version}" ]]; then
|
||||||
bail "no stable version found for ${tool} that match with '${version}.*'; if you want to install a pre-release version, please specify the full version"
|
bail "no stable version found for ${tool} that match with '${version}.*'; if you want to install a pre-release version, please specify the full version"
|
||||||
fi
|
fi
|
||||||
version="${full_version}"
|
version="${full_version}"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user