packer-cn/common/powershell/hyperv
DanHam da21c25791
Convert incorrect 'vmxc' -> 'vmcx' in codebase, docs and template opts
grep -rli --exclude-dir={vendor,bin\*,\*vmware\*,\*pkg\*} vmxc . | \
xargs sed -i 's/\(vm\)\(x\)\(c\)/\1\3\2/ig'
2018-07-20 02:12:47 +01:00
..
hyperv.go Convert incorrect 'vmxc' -> 'vmcx' in codebase, docs and template opts 2018-07-20 02:12:47 +01:00