diff --git a/docker/startup_scripts/120_interfaces.py b/docker/startup_scripts/120_interfaces.py index 1d080d54a..c1849afe7 100644 --- a/docker/startup_scripts/120_interfaces.py +++ b/docker/startup_scripts/120_interfaces.py @@ -33,4 +33,4 @@ with file.open('r') as stream: interface, created = Interface.objects.get_or_create(name=name, device=locker, type=IFACE_TYPE_KEYSTONE) if created: - print("🔗 Created interface {} for {}".format(interface.name, locler.name)) + print("🔗 Created interface {} for {}".format(interface.name, locker.name))