Skip to content

Commit

Permalink
removing vr- prefix in vr-vjunosswitch.go
Browse files Browse the repository at this point in the history
  • Loading branch information
akielaries committed Dec 11, 2023
1 parent 1dfcce2 commit cd7b0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/vr_vjunosswitch/vr-vjunosswitch.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

var (
kindnames = []string{"juniper_vjunosswitch", "vr-vjunosswitch", "vr-juniper_vjunosswitch"}
kindnames = []string{"juniper_vjunosswitch"}
defaultCredentials = nodes.NewCredentials("admin", "admin@123")
)

Expand Down

0 comments on commit cd7b0df

Please sign in to comment.