Skip to content

Commit eff0b68

Browse files
committed
Typo fix
Signed-off-by: Mihai Criveti <[email protected]>
1 parent d244ca9 commit eff0b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcpgateway/utils/services_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def get_key() -> bytes:
7272
"""
7373
passphrase = settings.auth_encryption_secret
7474
if not passphrase:
75-
raise ValueError("AUTH_ENCRPYPTION_SECRET not set in environment.")
75+
raise ValueError("AUTH_ENCRYPTION_SECRET not set in environment.")
7676
return hashlib.sha256(passphrase.encode()).digest() # 32-byte key
7777

7878

0 commit comments

Comments
 (0)