Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emoscardini committed Apr 8, 2024
1 parent 6b3eb8b commit 366546a
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 @@ -80,7 +80,7 @@ def check_registration_key(registration_key):
if len(registration_key) == 11:
return 'https://gateway.production.netfoundry.io/core/v3/edge-router-registrations'
if registration_key.startswith("SA"):
key_environment = 'sandboox'
key_environment = 'sandbox'
if registration_key.startswith("ST"):
key_environment = 'staging'
if registration_key.startswith("DE"):
Expand Down

0 comments on commit 366546a

Please sign in to comment.