From dcdd86088ae82d16636647126859ebe963c02b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Dunand?= Date: Thu, 19 Jul 2012 12:06:49 +0200 Subject: [PATCH] Fix zsh completion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit copy command only uses remote image, no package image. Signed-off-by: Sébastien Luttringer --- completion/zsh/_installsystems | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completion/zsh/_installsystems b/completion/zsh/_installsystems index c2d9a8c..40a1cb7 100644 --- a/completion/zsh/_installsystems +++ b/completion/zsh/_installsystems @@ -186,7 +186,7 @@ _is() { (copy) args+=( '(-f --force)'{-f,--force}'[copy image without confirmation]' - '1:image:_installsystems_images' + '1:image:_installsystems_remote_images' '*: : _alternative "pattern:image:_installsystems_remote_images" "repo:repository:_installsystems_local_repo"' ) ;; -- GitLab