Skip to content

Commit b4f1ead

Browse files
authored
Fix get private link bug (#319)
1 parent 58b730e commit b4f1ead

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

internal/cli/serverless/privatelink/describe.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ package privatelink
1717
import (
1818
"fmt"
1919

20-
"github.com/AlecAivazis/survey/v2"
2120
"github.com/juju/errors"
2221
"github.com/spf13/cobra"
2322

@@ -98,10 +97,6 @@ func DescribeCmd(h *internal.Helper) *cobra.Command {
9897
return err
9998
}
10099
plcID = privatelink.ID
101-
102-
if err := survey.AskOne(&survey.Input{Message: "Private link connection ID:"}, &plcID); err != nil {
103-
return err
104-
}
105100
} else {
106101
var err error
107102
clusterID, err = cmd.Flags().GetString(flag.ClusterID)

0 commit comments

Comments
 (0)