summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Falcon <therealfalcon@gmail.com>2021-07-06 11:14:44 -0500
committerChad Smith <chad.smith@canonical.com>2021-07-13 21:31:21 -0600
commit5348e7f3ad8d575bc2470d18b20befca17bd1fc5 (patch)
treed37aabc9fdb3dd8475bd832fdc12d172b185f069
parent568a23a03f0c2080453d50025242f5e75be00cf1 (diff)
downloadcloud-init-git-5348e7f3ad8d575bc2470d18b20befca17bd1fc5.tar.gz
Fix typo
Co-authored-by: Chad Smith <chad.smith@canonical.com>
-rw-r--r--bash_completion/cloud-init2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash_completion/cloud-init b/bash_completion/cloud-init
index 9043bb51..b9f137b1 100644
--- a/bash_completion/cloud-init
+++ b/bash_completion/cloud-init
@@ -28,7 +28,7 @@ _cloudinit_complete()
COMPREPLY=($(compgen -W "--help --tarfile --include-userdata" -- $cur_word))
;;
devel)
- COMPREPLY=($(compgen -W "--help hotplug-book schema net-convert" -- $cur_word))
+ COMPREPLY=($(compgen -W "--help hotplug-hook schema net-convert" -- $cur_word))
;;
dhclient-hook)
COMPREPLY=($(compgen -W "--help up down" -- $cur_word))