diff --git a/plugins/juju/juju.plugin.zsh b/plugins/juju/juju.plugin.zsh index 81fcd6376..408692dc7 100644 --- a/plugins/juju/juju.plugin.zsh +++ b/plugins/juju/juju.plugin.zsh @@ -164,6 +164,6 @@ jreld() { wjst() { local interval="${1:-5}" shift $(( $# > 0 )) - watch -n "$interval" --color juju status --relations --storage --color "$@" + watch -n "$interval" --color juju status --relations --color "$@" }