Skip to content

Commit

Permalink
Addressed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sssash18 committed Jun 4, 2024
1 parent a340eae commit ed22368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/worker/machines_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ var _ = Describe("Machines", func() {
{
Name: region,
AMI: machineImageAMI,
Architecture: pointer.String(archARM),
Architecture: ptr.To(archARM),
},
},
},
Expand Down

0 comments on commit ed22368

Please sign in to comment.