summaryrefslogtreecommitdiff
path: root/runner/base.go
diff options
context:
space:
mode:
Diffstat (limited to 'runner/base.go')
-rw-r--r--runner/base.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runner/base.go b/runner/base.go
index 7a6ce81..28ea4d5 100644
--- a/runner/base.go
+++ b/runner/base.go
@@ -70,7 +70,7 @@ func (b BaseHydration[T]) Icon() string {
}
func (b BaseHydration[T]) Description() string {
- return "//TODO"
+ return ""
}
func (b BaseHydration[T]) Target() model.Target {