mirror of https://github.com/ansible/ansible.git
Honor `--quiet` parameter properly in fish shell (#77180)
* The `^` stderr redirection is deprecated * Setting `-q` for `setup.py` in `gen_egg_info` is redundantpull/77211/head
parent
8b2e628565
commit
e6f63be7a4
@ -0,0 +1,3 @@
|
|||||||
|
bugfixes:
|
||||||
|
- hacking - fix incorrect usage of deprecated fish-shell redirection operators
|
||||||
|
that failed to honor ``--quiet`` flag when sourced (https://github.com/ansible/ansible/pull/77180).
|
Loading…
Reference in New Issue