remove initialization loop error from compile
authorMichael D. Johas Teener <m@j0t.us>
Tue, 12 Nov 2013 23:36:23 +0000 (17:36 -0600)
committerMichael D. Johas Teener <m@j0t.us>
Tue, 12 Nov 2013 23:36:23 +0000 (17:36 -0600)
commit50d9046b648044d421ec745869141b758c76a879
tree84494cafbdf6e308bc354d15bee6e0c563e7664d
parent40d05f12a7669f349d231448eaefe907b795a35b
remove initialization loop error from compile

copied HugoCmd to a local var, initialize that variable in the init
func, and then use the local var in the InitializeConfig func.
commands/hugo.go