Skip to content

Commit

Permalink
fix: Add missing equal sign for mounts (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Jun 20, 2024
1 parent 4fed389 commit 2385424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magnum_cluster_api/json_patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def definitions(self) -> list[dict]:
]

if len(self.worker_disks) > 0:
definitions + [
definitions += [
{
"selector": {
"apiVersion": objects.OpenStackMachineTemplate.version,
Expand Down

0 comments on commit 2385424

Please sign in to comment.