[#137] update kingpeon dep to allow access to dynamic command structure

This commit is contained in:
Cory Bennett
2018-01-06 17:18:34 -08:00
parent 464742c9ba
commit 425fa63d33
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ func runDynamicCommand(run runner, dynamiccommand *DynamicCommand, t *template.T
if err != nil {
return err
}
err = t.Execute(buf, nil)
err = t.Execute(buf, dynamiccommand)
if err != nil {
return err
}