bundles/netbox: fix f-string
This commit is contained in:
parent
a17833698d
commit
88fce3405e
1 changed files with 1 additions and 1 deletions
|
@ -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}',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue