Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nklaassen committed Jan 13, 2025
1 parent f2a3c70 commit 9648bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/tsh/common/tsh.go
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ func Run(ctx context.Context, args []string, opts ...CliOption) error {

vnetCommand := newVnetCommand(app)
vnetAdminSetupCommand := newVnetAdminSetupCommand(app)
vnetDaemonCommand := newPlatformVnetDaemonCommand(app)
vnetDaemonCommand := newVnetDaemonCommand(app)
vnetInstallServiceCommand := newVnetInstallServiceCommand(app)
vnetUninstallServiceCommand := newVnetUninstallServiceCommand(app)
vnetServiceCommand := newVnetServiceCommand(app)
Expand Down

0 comments on commit 9648bed

Please sign in to comment.