-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
Incorrect vault_regexp #78
Comments
Hi, I'm also affected by the From
So, It should be fixed just with setting @jkroepke what about either having a hint about this in the README or forcing |
Crazy errors. @zied-jt Thanks for figure it out. What about just put the env in front of the regex command, like:
That should be resolve the error in general without leaving a hint. |
@jkroepke Thanks for the quick replay. I'm ok with your fix. I want also to thank @rasta-rocket for helping me figure out this weird error. |
Could someone verifies that this is working? |
@jkroepke It certainly fixes my case, thanks!) |
Hi, trying to use vault driver and getting grep error.
I'm not sure why, but
[A-z]*
leads togrep: Invalid range end
error.Replacing it with
[a-zA-Z]
seems to resolve this.The text was updated successfully, but these errors were encountered: