Update fix command autocomplete to work for JSON template files only

pull/12366/head
Wilken Rivera 3 years ago
parent 43b9bef6fd
commit 8816bee848

@ -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…
Cancel
Save