mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 06:21:41 -04:00
8 lines
114 B
Go
8 lines
114 B
Go
// +build darwin freebsd linux netbsd openbsd solaris
|
|
|
|
package command
|
|
|
|
const (
|
|
defaultConfigDir = ".packer.d"
|
|
)
|