Skip to content

Commit

Permalink
removing duplicate env param
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Jun 24, 2023
1 parent e80b849 commit 0c3b9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supervisor/job_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def __init__(self):
{'name': 'FILESERVER_OBS_PATH', 'key': 'file-server-obs-path'},
{'name': 'FILESERVER_CAT_PATH', 'key': 'file-server-cat-path'},
{'name': 'CONTRAILS_KEY', 'key': 'contrails-key'}, {'name': 'NO_PROXY', 'key': 'no-proxy-hosts'},
{'name': 'no_proxy', 'key': 'no-proxy-hosts'}, {'name': 'COG_MOSAIC_DATABASE', 'key': 'cog-mosaic-database'},
{'name': 'no_proxy', 'key': 'no-proxy-hosts'},
{'name': 'COG_MOSAIC_HOST', 'key': 'cog-mosaic-host'},
{'name': 'COG_MOSAIC_PORT', 'key': 'cog-mosaic-port'},
{'name': 'COG_MOSAIC_DATABASE', 'key': 'cog-mosaic-database'},
Expand Down

0 comments on commit 0c3b9a0

Please sign in to comment.