Commit 88d03685 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Change default config to `~/.packerconfig`

parent ab2919e3
...@@ -89,7 +89,7 @@ func loadConfig() (*config, error) { ...@@ -89,7 +89,7 @@ func loadConfig() (*config, error) {
return nil, err return nil, err
} }
configFile = filepath.Join(u.HomeDir, ".packerrc") configFile = filepath.Join(u.HomeDir, ".packerconfig")
mustExist = false mustExist = false
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment