Skip to content

Commit

Permalink
fix(ceda-global): Docker command modification (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc authored Sep 11, 2024
1 parent 02e14b5 commit e7e83e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local_archives/nwp/ceda/ceda_global.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def ceda_global(
return pipes_docker_client.run(
image=image,
command=[
"consume",
"archive",
"-y",
str(it.year),
"-m",
Expand Down

0 comments on commit e7e83e3

Please sign in to comment.