Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: override installed windows #174

Merged
merged 3 commits into from
Nov 15, 2023
Merged

Conversation

brivu
Copy link
Contributor

@brivu brivu commented Nov 10, 2023

Currently in the aws-cli/install command, when the override_installed parameter is set to true without a specified version in windows, the latest version of the aws-cli is installed. However, users are getting the following error:

bash: aws: command not found

The PATH is not set for the latest version because the script checks for only checks for 2. in the version string but not latest as well.

This pull request add additional validation so that the correct PATH is set when the version string is equal to latest.

@brivu brivu merged commit 587c91f into master Nov 15, 2023
2 checks passed
@brivu brivu deleted the fix/override_installed-windows branch November 15, 2023 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

install on older windows images fails when override_installed: true
2 participants