Skip to content

Commit

Permalink
chore: remove available links from report via cLI
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed Nov 10, 2024
1 parent ecd530a commit 1acf62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/check_link/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def check_packages(
{
"fq": "id:({})".format(" OR ".join(buff)),
"save": True,
"clear_available": False,
"clear_available": True,
"include_drafts": include_draft,
"include_private": include_private,
"skip_invalid": True,
Expand Down

0 comments on commit 1acf62c

Please sign in to comment.