Iodine should indent with EmitJSON()

This commit is contained in:
Harshavardhana
2015-07-15 19:04:53 -07:00
parent a23a61da11
commit 2e8f154f34
2 changed files with 5 additions and 2 deletions

View File

@@ -85,6 +85,9 @@ func getServerConfig(c *cli.Context) api.Config {
}
func runServer(c *cli.Context) {
if c.Args().Present() {
cli.ShowCommandHelpAndExit(c, "server", 1)
}
_, err := user.Current()
if err != nil {
Fatalf("Unable to determine current user. Reason: %s\n", err)