Skip to content

Commit

Permalink
reg: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Mar 6, 2024
1 parent cb83be9 commit 8da8a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcor_control/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def update_package(name):
test_setup_py = pathlib.Path("/testing/setup.py")
if test_setup_py.exists():
is_testing = test_setup_py.read_text().count(
'name = "ckanext-dcor_schemas"')
f'name = "{name}"')
else:
is_testing = False

Expand Down

0 comments on commit 8da8a69

Please sign in to comment.