[lxc-devel] [lxd/master] scripts: Fix syntax errror

fnordahl on Github lxc-bot at linuxcontainers.org
Thu Feb 27 09:27:27 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 312 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200227/055070af/attachment.bin>
-------------- next part --------------
From a165e89d7b3fc42211d03fea72ac87d19871d6b8 Mon Sep 17 00:00:00 2001
From: Frode Nordahl <frode.nordahl at 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")


More information about the lxc-devel mailing list