rename extensions to services (leftover occurences)

This commit is contained in:
Willy Kloucek
2022-08-17 15:36:52 +02:00
parent 4c6f26a8db
commit 6154466bbc
77 changed files with 151 additions and 151 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"github.com/spf13/cobra"
)
// List running extensions.
// List running service.
func List(cfg *config.Config) *cobra.Command {
return &cobra.Command{
Use: "list",