Skip to content

Commit

Permalink
Update internal/vrf/create.go
Browse files Browse the repository at this point in the history
  • Loading branch information
displague authored Feb 2, 2024
1 parent 794ba73 commit 5dffeb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/vrf/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func (c *Client) Create() *cobra.Command {

data := make([][]string, 1)

// This output block below is probably incorrect but leaving it for now for testing later.
data[0] = []string{vrfRequest.GetId(), vrfRequest.GetName(), vrfRequest.GetDescription(), strings.Join(vrfRequest.GetIpRanges(), ","), strconv.Itoa(int(vrfRequest.GetLocalAsn())), vrfRequest.GetCreatedAt().String()}
header := []string{"ID", "Name", "Description", "IPranges", "LocalASN", "Created"}

Expand Down

0 comments on commit 5dffeb7

Please sign in to comment.