Skip to content

Commit

Permalink
Fixing typo to activate CI/CD and hopefully turn stampy back on
Browse files Browse the repository at this point in the history
  • Loading branch information
tayler6000 committed May 24, 2024
1 parent e0aa487 commit 65f29a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/coda.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(self):
raise Exception("Environmental variable CODA_API_TOKEN is not set")
if CodaAPI.__instance is not None:
raise Exception(
"This class is a singleton! Access it using `Utilities.get_instance()`"
"This class is a singleton! Access it using `CodaAPI.get_instance()`"
)
CodaAPI.__instance = self
self.class_name = "Coda API"
Expand Down

0 comments on commit 65f29a6

Please sign in to comment.