Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 436: Unmarshaling VM Tasks based on the right variable #197

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

jggoebel
Copy link
Member

What this PR does / why we need it:

scenariosvc/grpc.go:111 was
vmTasks, err := util.GenericUnmarshal[[]hfv1.VirtualMachineTasks](rawSteps, "raw_vm_tasks")
but needed to be
vmTasks, err := util.GenericUnmarshal[[]hfv1.VirtualMachineTasks](rawVmTasks, "raw_vm_tasks")

Which issue(s) this PR fixes:

fixes hobbyfarm/hobbyfarm#436

@jggoebel jggoebel merged commit 28b4601 into hobbyfarm:master Jul 11, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to create scenario
1 participant