Skip to content

Commit

Permalink
removing errant space in image version definition
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Jul 16, 2024
1 parent f630f9d commit 9c24741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class GenUtils:
job_type_to_image_name: dict = {'adcirc2cog-tiff-job': '/adcirc2cog:', 'adcirctime-to-cog-job': '/adcirctime2cogs:',
'adcirc-to-kalpana-cog-job': '/adcirc-to-kalpana-cog-job:', 'ast-run-harvester-job': '/ast_run_harvester:',
'collab-data-sync-job': '/apsviz-collab-sync:', 'final-staging-job': '/stagedata:',
'geotiff2cog-job': '/adcirc2cog: ', 'hazus': '/adras:', 'load-geo-server-job': '/load_geoserver:',
'geotiff2cog-job': '/adcirc2cog:', 'hazus': '/adras:', 'load-geo-server-job': '/load_geoserver:',
'load-geo-server-s3-job': '/load_geoserver:', 'obs-mod-ast-job': '/ast_supp:', 'staging': '/stagedata:',
'timeseriesdb-ingest-job': '/apsviz-timeseriesdb-ingest:'}

Expand Down

0 comments on commit 9c24741

Please sign in to comment.