diff options
author | Valery Piashchynski <[email protected]> | 2023-10-05 23:39:17 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-10-05 23:39:17 +0200 |
commit | ea650c958c7011a05ffa9ed8c80816f99168151e (patch) | |
tree | 55f999886ed2e07b34547e978362a6ac7e5a6756 /container | |
parent | 977c81c26c58d6cb73d4a2f5447af7b9ee21615e (diff) |
release: v2023.3
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'container')
-rw-r--r-- | container/plugins.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/container/plugins.go b/container/plugins.go index 3e12d5e6..215f22a7 100644 --- a/container/plugins.go +++ b/container/plugins.go @@ -37,7 +37,7 @@ import ( rrt "github.com/temporalio/roadrunner-temporal/v4" ) -// Plugins returns active plugins for the endure container. Feel free to add or remove any plugins. +// Plugins returns active plugins for the endured container. Feel free to add or remove any plugins. func Plugins() []any { //nolint:funlen return []any{ // bundled |