Skip to content

Commit

Permalink
Fix object dumping (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka authored Feb 5, 2024
1 parent 33c8e8f commit 0119b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/agent/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func generateUpgradeConfForCLIArgs(source string, upgradeRecovery bool) (string,
upgradeConfig.Upgrade.System.URI = source
}

d, err := json.Marshal(upgrade)
d, err := json.Marshal(upgradeConfig)

return string(d), err
}
Expand Down

0 comments on commit 0119b9c

Please sign in to comment.