Files

12 lines
167 B
Go
Raw Permalink Normal View History

// Copyright (c) HashiCorp, Inc.
2023-08-10 15:53:29 -07:00
// SPDX-License-Identifier: BUSL-1.1
//go:build windows
// +build windows
package command
const (
defaultConfigDir = "packer.d"
)