Skip to content
Unverified Commit db3d05fe authored by Amir Tahvildaran's avatar Amir Tahvildaran Committed by GitHub
Browse files

aws: improve check for aws_completer - unhardcode path (#9123)

Closes #9122

The current check is assuming that the aws_completer is installed
globally, it then runs the command without that path

I have aws_completer in ~/.local/bin/aws_completer

This changes the check to see if the command exists instead of
concerning itself with where it in installed. This test matches the
behavior of just running the command.
parent a3740c34
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment