We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3a0ab commit fda3fbdCopy full SHA for fda3fbd
cli/cmd/collector_promote.go
@@ -29,7 +29,7 @@ func (r *runners) collectorPromote(cmd *cobra.Command, args []string) error {
29
specID := args[0]
30
chanID := args[1]
31
32
- err := r.api.PromoteCollector(r.appID, specID, chanID)
+ err := r.api.PromoteCollector(r.appID, r.appType, specID, chanID)
33
34
if err != nil {
35
return err
0 commit comments