commit 65b3720ba91641b7815444957172c2059aae6886 parent 8368de742ec31090b3de92efa8d9175cfe36f5d0 Author: Jan Pobříslo <ccx@te2000.cz> Date: Thu, 23 Jun 2022 00:12:28 +0200 fix wget invocation Diffstat:
M | zsh-functions/confz_containers_init | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh-functions/confz_containers_init b/zsh-functions/confz_containers_init @@ -451,7 +451,7 @@ confz_container_download_and_verify_check() { do_command=( $commands[cd] $download_dir wget --unlink - -o $download_dir/$vars[filename] + -O $download_dir/$vars[filename] -- $vars[url] )