Merge pull request #14 from edmund-huber/change_default_config_file

change default config file
This commit is contained in:
Jeremy Latt 2014-03-06 10:22:34 -08:00
commit 8c43e6d2ed
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
)
func main() {
conf := flag.String("conf", "ergonomadic.json", "ergonomadic config file")
conf := flag.String("conf", "ergonomadic.conf", "ergonomadic config file")
initdb := flag.Bool("initdb", false, "initialize database")
passwd := flag.String("genpasswd", "", "bcrypt a password")
flag.Parse()