commit c2f95500fe3b3fdda32d2fe01a710321d9597fc7
parent 9c1b5345929bcbdc0d76c6f30ac4007d6b7b63e6
Author: Jan Pobříslo <ccx@te2000.cz>
Date: Thu, 25 Nov 2021 23:03:16 +0000
fix variable reference
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh-functions/confz_containers_init b/zsh-functions/confz_containers_init
@@ -713,7 +713,7 @@ confz_container_alpine_image_check() {
defvar mirror http://mirror.fit.cvut.cz/alpine
defvar release edge
defvar repositories main
- defvar hostname $vars[root]:t
+ defvar hostname $vars[image_name]
defvar locale C.UTF-8
local root=$vars[containers_dir]/systems/$vars[image_name]