Skip to content

Commit 62ff6d5

Browse files
committed
Merge pull request #2346 from ngpestelos/patch-1
docs(deisctl): reword comment
2 parents be2b45b + 1864451 commit 62ff6d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deisctl/backend/fleet/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/coreos/fleet/unit"
1212
)
1313

14-
// Create schedules a new unit for the given component
14+
// Create schedules unit files for the given components.
1515
func (c *FleetClient) Create(
1616
targets []string, wg *sync.WaitGroup, outchan chan string, errchan chan error) {
1717

0 commit comments

Comments
 (0)