Skip to content

Commit

Permalink
Fix sync init
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Oct 16, 2024
1 parent ccbfa96 commit 22d6702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_cli/operations/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def init_sync(

schain_name = env['SCHAIN_NAME']
if snapshot_from:
update_node_cli_schain_status(schain_name, {'snapshot_from': snapshot_from})
update_node_cli_schain_status(schain_name, snapshot_from=snapshot_from)

update_images(env.get('CONTAINER_CONFIGS_DIR') != '', sync_node=True)

Expand Down

0 comments on commit 22d6702

Please sign in to comment.