mirror of
https://github.com/hashicorp/packer.git
synced 2025-12-18 23:16:06 -05:00
Update fix command autocomplete to work for JSON template files only (#12366)
This commit is contained in:
parent
43b9bef6fd
commit
26af7901fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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=(
|
||||
|
|
|
|||
Loading…
Reference in a new issue