-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
[Command] warden env command #816
Comments
Could you also please advise your mutagen and bash versions? I haven't been able to recreate this one yet (it was reported last week, too) which makes it hard to know if a fix will work. If you're feeling enterprising, would you be able to test these stack overflow solutions? https://stackoverflow.com/a/24777667/43790 - if it fixes it for you, and doesn't break anything for me, we'll roll with it |
I have a ZSH 5.9 + oh-my-zsh (just updated to latest version.
About bash version:
I can test it by the following commands: function version {
echo "$@" | awk -F. '{ printf("%d%03d%03d%03d\n", $1, $2, $3, $4); }'
}
if [[ $(version "0.18.0") -ge $(version '0.15.0') ]]; then
echo 'success'
else
echo 'fail'
fi |
Version of Warden
0.14.3
Operating System and Installation Method
Mac OS 15.1 via Brew
Describe the Bug
When running a
warden env up
command, it's printing aTo Reproduce
warden env up
Actual result
You see a warnings in the output:
Expected Behavior
You should not see any warnings
Additional context
No response
The text was updated successfully, but these errors were encountered: