summaryrefslogtreecommitdiff
path: root/runner/shell/hydrated.go
diff options
context:
space:
mode:
Diffstat (limited to 'runner/shell/hydrated.go')
-rw-r--r--runner/shell/hydrated.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runner/shell/hydrated.go b/runner/shell/hydrated.go
index 7ead74c..1ecce51 100644
--- a/runner/shell/hydrated.go
+++ b/runner/shell/hydrated.go
@@ -17,7 +17,7 @@ func (h *Hydrated) Icon() string {
}
func (h *Hydrated) Description() string {
- desc, err := describe.Describe(h.BaseTarget.Script)
+ desc, err := describe.Describe(h.BaseTarget, h.BaseTarget.Script)
if err != nil {
spool.Warn("%v\n", err)
return ""