Files
packer-cn/command/config_file_unix.go
2021-02-11 16:35:08 +01:00

8 lines
114 B
Go

// +build darwin freebsd linux netbsd openbsd solaris
package command
const (
defaultConfigDir = ".packer.d"
)