diff --git a/bundles/netbox/items.py b/bundles/netbox/items.py index 920aa78..afd1371 100644 --- a/bundles/netbox/items.py +++ b/bundles/netbox/items.py @@ -70,7 +70,7 @@ for upgrade_command in ( ): actions[f'netbox_upgrade_{upgrade_command.split()[0]}'] = { 'triggered': True, - 'command': '/opt/netbox/venv/bin/python /opt/netbox/src/netbox/manage.py {upgrade_command}', + 'command': f'/opt/netbox/venv/bin/python /opt/netbox/src/netbox/manage.py {upgrade_command}', 'needs': { f'action:{last_action}', },