camput: set handlerConfig=true when generating a config

Change-Id: I10ca5274a90640dd72f7c678f1000cf0ddf5adf9
This commit is contained in:
Dustin Sallings 2013-12-25 01:53:02 -08:00
parent 649390b9ef
commit 3f967a1111
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ func (c *dumpconfigCmd) RunCommand(args []string) error {
if err != nil {
return err
}
cfg.Obj["handlerConfig"] = true
ll, err := json.MarshalIndent(cfg.Obj, "", " ")
if err != nil {
return err