The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/6943
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Fixes #6942
From a165e89d7b3fc42211d03fea72ac87d19871d6b8 Mon Sep 17 00:00:00 2001 From: Frode Nordahl <frode.nord...@canonical.com> Date: Thu, 27 Feb 2020 10:24:36 +0100 Subject: [PATCH] scripts: Fix syntax errror Fixes #6942 --- scripts/bash/lxd-client | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/bash/lxd-client b/scripts/bash/lxd-client index 9a6188f079..a60d27900e 100644 --- a/scripts/bash/lxd-client +++ b/scripts/bash/lxd-client @@ -330,12 +330,14 @@ _have lxc && { COMPREPLY=( $(compgen -W "$project_keys" -- $cur) ) ;; esac + ;; 5) case ${no_dashargs[2]} in "rename") _lxd_projects ;; esac + ;; esac ;; "publish")
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel