Fix config git-status diamond
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
0b789b5a8a
commit
406a7aed75
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ blocks:
|
|||
trailing_diamond: *td
|
||||
foreground: p:red
|
||||
properties:
|
||||
command: '~/bin/config-git-status.sh || echo "mod"'
|
||||
command: '~/bin/config-git-status.sh && echo "unmod" || echo "mod"'
|
||||
shell: bash
|
||||
template: '{{ if eq .Output "mod" }}{{ end }}'
|
||||
|
||||
- type: kubectl
|
||||
|
|
Loading…
Reference in a new issue