mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-22 14:47:19 -04:00
8 lines
77 B
Go
8 lines
77 B
Go
|
|
// +build windows
|
||
|
|
|
||
|
|
package command
|
||
|
|
|
||
|
|
const (
|
||
|
|
defaultConfigDir = "packer.d"
|
||
|
|
)
|