You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/09/30 08:00:12 UTC

[skywalking-cli] branch bugfix/instance-relation created (now 7f847b2)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a change to branch bugfix/instance-relation
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git.


      at 7f847b2  Fix the wrong name when getting `destInstance` flag

This branch includes the following new commits:

     new 7f847b2  Fix the wrong name when getting `destInstance` flag

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[skywalking-cli] 01/01: Fix the wrong name when getting `destInstance` flag

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch bugfix/instance-relation
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git

commit 7f847b21b6d36d9170ddb908bcd4dcc952be5e2a
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Thu Sep 30 15:59:59 2021 +0800

    Fix the wrong name when getting `destInstance` flag
---
 internal/commands/interceptor/entity.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/internal/commands/interceptor/entity.go b/internal/commands/interceptor/entity.go
index 76c8f3b..cbac791 100644
--- a/internal/commands/interceptor/entity.go
+++ b/internal/commands/interceptor/entity.go
@@ -33,7 +33,7 @@ func ParseEntity(ctx *cli.Context) *api.Entity {
 
 	destService := ctx.String("destService")
 	destNormal := ctx.BoolT("isDestNormal")
-	destInstance := ctx.String("destServiceInstance")
+	destInstance := ctx.String("destInstance")
 	destEndpoint := ctx.String("destEndpoint")
 
 	entity := &api.Entity{