Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emoscardini committed Oct 10, 2024
1 parent 2596880 commit 1498570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router_registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ def handle_ziti_router_auto_enroll(args, router_info, enrollment_commands, regis
# pass in fabric port
logging.debug("Setting fabric port to %s", fabric_port)
enrollment_commands.append('--controllerFabricPort')
enrollment_commands.append("{fabric_port}")
enrollment_commands.append(f"{fabric_port}")

# add proxy if specified
if args.proxyAddress:
Expand Down

0 comments on commit 1498570

Please sign in to comment.