Merge pull request #157 from rvoicilas/master

Fix typo in packer.go
This commit is contained in:
Mitchell Hashimoto 2013-07-08 23:37:18 -07:00
commit 6e1aff9ad5
1 changed files with 1 additions and 1 deletions

View File

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