mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-03 03:28:28 +02:00
[#137] update kingpeon dep to allow access to dynamic command structure
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user