From 8816bee8484860ab1ce293e39a0359329dfd0e4b Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Thu, 13 Apr 2023 13:40:05 -0400 Subject: [PATCH] Update fix command autocomplete to work for JSON template files only --- contrib/zsh-completion/_packer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/zsh-completion/_packer b/contrib/zsh-completion/_packer index 2210d035b..4b361b4aa 100644 --- a/contrib/zsh-completion/_packer +++ b/contrib/zsh-completion/_packer @@ -38,7 +38,7 @@ _packer () { ) local -a fix_arguments && fix_arguments=( - '(-)*:files:_files -g "*pkr.{hcl,json}"' + '(-)*:files:_files -g "*.json"' ) local -a fmt_arguments && fmt_arguments=(