Skip to content

Commit

Permalink
ref: update dcor_shared first
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Mar 8, 2024
1 parent 45ef079 commit 67dd1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcor_control/cli/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
def update():
"""Update all DCOR CKAN extensions using pip/git"""
for name in [
"dcor_shared",
"ckanext-dc_log_view",
"ckanext-dc_serve",
"ckanext-dc_view",
"ckanext-dcor_depot",
"ckanext-dcor_schemas",
"ckanext-dcor_theme",
"dcor_shared",
"dcor_control",
]:
update_package(name)
Expand Down

0 comments on commit 67dd1ac

Please sign in to comment.