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: Improve wording when installing binary #494

Merged
merged 3 commits into from
Jul 18, 2024

Conversation

yermulnik
Copy link
Collaborator

@yermulnik yermulnik commented Jul 18, 2024

fixes #493

OLD:

Unable to find existing directory in "/usr/local/bin/terraform or /Users/${CURRENT_USER}/bin/terraform". Manually create one of them and try again.

NEW

None of the installation directories exist: "/usr/local/bin", "/home/${CURRENT_USER}/bin". Manually create one of them and try again.

@github-actions github-actions bot added the enhancement Refactor existing code for better performance and quality label Jul 18, 2024
@yermulnik yermulnik marked this pull request as draft July 18, 2024 17:23
@yermulnik yermulnik marked this pull request as ready for review July 18, 2024 17:36
@yermulnik yermulnik merged commit fe26f44 into master Jul 18, 2024
7 checks passed
@yermulnik yermulnik deleted the fix/Improve_wording_when_installing_binary branch July 18, 2024 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Refactor existing code for better performance and quality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Misleading error message when directories for binaries don't exist.
2 participants