zsh: typo in systemctl completions

This commit is contained in:
Ronan Pigott 2023-07-17 14:44:09 -07:00
parent c4b167f857
commit 3b4c6009c0

View 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
}