Commit 6e1aff9a authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #157 from rvoicilas/master

Fix typo in packer.go
parents 6a79d797 4ca564f7
...@@ -102,7 +102,7 @@ func loadConfig() (*config, error) { ...@@ -102,7 +102,7 @@ func loadConfig() (*config, error) {
mustExist = false mustExist = false
if err != nil { if err != nil {
log.Printf("Error detecing default config file path: %s", err) log.Printf("Error detecting default config file path: %s", err)
} }
} }
......
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