Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardomaraschini committed Oct 5, 2023
1 parent 4263f9f commit 7011b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/helmvm/join.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var joinCommand = &cli.Command{
if c.Args().Len() != 1 {
return fmt.Errorf("usage: %s node join <token>", binname)
}
var hvmtoken *JoinToken
var hvmtoken JoinToken
if err := hvmtoken.Decode(c.Args().First()); err != nil {
return fmt.Errorf("unable to decode join token: %w", err)
}
Expand Down

0 comments on commit 7011b73

Please sign in to comment.