We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be2b45b + 1864451 commit 62ff6d5Copy full SHA for 62ff6d5
1 file changed
deisctl/backend/fleet/create.go
@@ -11,7 +11,7 @@ import (
11
"github.com/coreos/fleet/unit"
12
)
13
14
-// Create schedules a new unit for the given component
+// Create schedules unit files for the given components.
15
func (c *FleetClient) Create(
16
targets []string, wg *sync.WaitGroup, outchan chan string, errchan chan error) {
17
0 commit comments