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 the aws cli check to check the existance of the command. #146

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

dvalinrh
Copy link
Contributor

Description

Fixes so we check for the existence of the aws command, not if it was installed via dnf.

Before/After Comparison

Before the change, if the aws command was installed from pip, we would fail as we were checking to see if the package had been installed via dnf.
After the change, we check to see if the aws command is actually present, if not, we flag the error.

Clerical Stuff

Issue: #141
Relates to JIRA: RPOPC-282

@dvalinrh dvalinrh requested a review from a team January 14, 2025 16:25
Copy link
Member

@kdvalin kdvalin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dvalinrh dvalinrh merged commit a25a6a8 into main Jan 14, 2025
@dvalinrh dvalinrh deleted the aws_cli_fix_redo branch January 14, 2025 18:17
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.

2 participants