Skip to content

Commit

Permalink
Fix the comments for the structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Prabhjot-Sethi committed Dec 7, 2023
1 parent 31cd690 commit 664427b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity/machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ type MachineDeployParams struct {
EnableHwSync bool `url:"enable_hw_sync,omitempty"`
}

// MachineDeployParams enumerates the parameters for the release operation
// MachineReleaseParams enumerates the parameters for the release operation
type MachineReleaseParams struct {
Comment string `url:"comment,omitempty"`
Erase bool `url:"erase,omitempty"`
Expand Down

0 comments on commit 664427b

Please sign in to comment.