aboutsummaryrefslogtreecommitdiff
path: root/gn_auth/jobs.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn_auth/jobs.py')
-rw-r--r--gn_auth/jobs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn_auth/jobs.py b/gn_auth/jobs.py
index 6fc9bba..8f9f4f0 100644
--- a/gn_auth/jobs.py
+++ b/gn_auth/jobs.py
@@ -9,7 +9,7 @@ from pymonad.either import Left, Right, Either
from gn_auth import json_encoders_decoders as jed
-JOBS_NAMESPACE = "GN3_AUTH::JOBS"
+JOBS_NAMESPACE = "GN_AUTH::JOBS"
class InvalidCommand(Exception):
"""Raise if the command to run is invalid."""