mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 09:40:17 -04:00
Change default config to ~/.packerconfig
This commit is contained in:
parent
ab2919e373
commit
88d0368529
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ func loadConfig() (*config, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
configFile = filepath.Join(u.HomeDir, ".packerrc")
|
||||
configFile = filepath.Join(u.HomeDir, ".packerconfig")
|
||||
mustExist = false
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue