mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-11 03:58:11 -04:00
7 lines
114 B
Go
7 lines
114 B
Go
// +build darwin freebsd linux netbsd openbsd solaris
|
|
|
|
package command
|
|
|
|
const (
|
|
defaultConfigDir = ".packer.d"
|
|
)
|