From bf19cbf69868a538b9dc6fd0372b721712af06d7 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 4 Jan 2024 16:18:26 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- .pct-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pct-helpers b/.pct-helpers index 1ccc141..ccf421c 100644 --- a/.pct-helpers +++ b/.pct-helpers @@ -150,7 +150,7 @@ getLatestTemplate(){ local tamplates=($(pveam available | grep $1)) local latest=${templates[-1]} - pvaem download local ${latest} + pveam download local ${latest} [ -z $2 ] \ || eval "$2=${latest}"