Change default config to `~/.packerconfig`

This commit is contained in:
Mitchell Hashimoto 2013-06-11 11:26:13 -07:00
parent ab2919e373
commit 88d0368529
1 changed files with 1 additions and 1 deletions

View File

@ -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
}