From: Ronan Pigott Date: Mon, 17 Jul 2023 21:44:09 +0000 (-0700) Subject: zsh: typo in systemctl completions X-Git-Tag: v254-rc3~10^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b4c6009c00e6b7a7dd9dd54ead5669e0988e1a9;p=thirdparty%2Fsystemd.git zsh: typo in systemctl completions --- diff --git a/shell-completion/zsh/_systemctl.in b/shell-completion/zsh/_systemctl.in index 425ae541577..d533734d8d8 100644 --- a/shell-completion/zsh/_systemctl.in +++ b/shell-completion/zsh/_systemctl.in @@ -165,7 +165,7 @@ __systemctl() ! _retrieve_cache SYS_ALL_UNITS$_sys_service_mgr; then _sys_all_units=( ${${(f)"$(__systemctl list-units --all)"}%% *} ) - _store_cache SYS_ALL_UNITS$_sys_service_mgr _sys_all_unis + _store_cache SYS_ALL_UNITS$_sys_service_mgr _sys_all_units fi }