]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
zsh: typo in systemctl completions
authorRonan Pigott <ronan@rjp.ie>
Mon, 17 Jul 2023 21:44:09 +0000 (14:44 -0700)
committerRonan Pigott <ronan@rjp.ie>
Mon, 17 Jul 2023 23:08:58 +0000 (16:08 -0700)
shell-completion/zsh/_systemctl.in

index 425ae54157744df163637943500092801ea5cff9..d533734d8d805170441ef5bd7ab9f3f921c0d0d4 100644 (file)
@@ -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
 }