-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Custom command params substitution #449
Comments
I think it's the same what I stumbled upon, seems to be introduced by #387 . |
And now I think it get into the latest release I have this custom command trying to update a service's image by doing
Run it and I get this |
For anyone wondering how to downgrade back to wget https://raw.githubusercontent.com/jesseduffield/homebrew-lazydocker/b6d29bcd59058d1b7ec371df12f75d7048b40789/lazydocker.rb
brew uninstall lazydocker
brew install -s lazydocker.rb
rm ./lazydocker.rb |
This should now be fixed in https://github.com/jesseduffield/lazydocker/releases/tag/v0.21.1 (waiting on homebrew to merge it). Sorry it took so long! Thanks to @mark2185 for the fix |
I believe it has been merged into homebrew so this issue can be closed. |
thanks for this tool. small issue:
Describe the bug
on latest master (as of 12may), custom command parameter subsitution is not working. The bug does not appear on latest relase.
To Reproduce
Container.ID
does not get correctly subsituted. it stay as it when sent to bashENV:
ubuntu 20.04, x86
The text was updated successfully, but these errors were encountered: