Merge pull request #157 from rvoicilas/master

Fix typo in packer.go
pull/162/head
Mitchell Hashimoto 13 years ago
commit 13ed6c53b2

@ -102,7 +102,7 @@ func loadConfig() (*config, error) {
mustExist = false
if err != nil {
log.Printf("Error detecing default config file path: %s", err)
log.Printf("Error detecting default config file path: %s", err)
}
}

Loading…
Cancel
Save