Change default config to `~/.packerconfig`

pull/15/head
Mitchell Hashimoto 13 years ago
parent ab2919e373
commit 88d0368529

@ -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…
Cancel
Save