Skip to content

Commit

Permalink
fixup! 71513de
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeauchamp committed Apr 17, 2024
1 parent 1583867 commit f3b8d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xo-server/src/xo-mixins/vmware/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default class MigrateVm {
const chainCopy = [...chain]
if (isRunning) {
const running = chainCopy.pop() // cold chain does not contain the running one anymore
runningChainByNodes[index] = [running]
runningChainByNodes[key] = [running]
}
coldChainsByNodes[key] = chainCopy
})
Expand Down

0 comments on commit f3b8d82

Please sign in to comment.