Skip to content

Commit b01a5b3

Browse files
authored
Merge pull request #169 from replicatedhq/fix-collector-promote
Fix collector promote
2 parents 0e3a0ab + fda3fbd commit b01a5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cmd/collector_promote.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func (r *runners) collectorPromote(cmd *cobra.Command, args []string) error {
2929
specID := args[0]
3030
chanID := args[1]
3131

32-
err := r.api.PromoteCollector(r.appID, specID, chanID)
32+
err := r.api.PromoteCollector(r.appID, r.appType, specID, chanID)
3333

3434
if err != nil {
3535
return err

0 commit comments

Comments
 (0)