Skip to content

Commit

Permalink
Update fix command autocomplete to work for JSON template files only (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilken Rivera authored Apr 14, 2023
1 parent 43b9bef commit 26af790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/zsh-completion/_packer
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
Expand Down

0 comments on commit 26af790

Please sign in to comment.