Skip to content

Commit

Permalink
purposely added error
Browse files Browse the repository at this point in the history
  • Loading branch information
grallewellyn committed Dec 5, 2024
1 parent a0521be commit 5149745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/endpoints/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def get(self, ade_host):
def get_config(ade_host):
try:
ROOT = os.path.dirname(os.path.abspath(__file__))
with open(os.path.join(ROOT, "environments.json")) as f:
with open(os.path.join(ROOT, "environments1.json")) as f:
data = json.load(f)
except FileNotFoundError:
msg = "environments.json file could not be found"
Expand Down

0 comments on commit 5149745

Please sign in to comment.