fix(common): fixed circular dig reference
This commit is contained in:
parent
04fe2d0c74
commit
b152857cdd
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
function ydig() {
|
||||
dig +yaml "${@}" | yq '.[].message.response_message_data|{"answer": .ANSWER_SECTION, status}'
|
||||
\dig +yaml "${@}" | yq '.[].message.response_message_data|{"answer": .ANSWER_SECTION, status}'
|
||||
}
|
||||
|
||||
function kubeshell() {
|
||||
|
|
Loading…
Add table
Reference in a new issue