Skip to content

Commit

Permalink
Use update_deployment to update deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanthnakkina committed Jan 6, 2025
1 parent e99b0bd commit 7c62f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sunbeam-python/sunbeam/provider/local/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ def bootstrap(

# Reload deployment with sunbeam-controller {fqdn} user credentials
deployment.reload_credentials()
deployments.write()
deployments.update_deployment(deployment)
deployment.reload_tfhelpers()
jhelper = JujuHelper(deployment.get_connected_controller())

Expand Down

0 comments on commit 7c62f88

Please sign in to comment.