Skip to content

Commit 84ebc1f

Browse files
committed
Fix bug with shed_lint --urls introduced in #628.
Thanks to @bgruening for the bug report.
1 parent e1eafc2 commit 84ebc1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planemo/shed_lint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def lint_repository(ctx, realized_repository, **kwds):
106106
lint_ctx.lint(
107107
"lint_urls",
108108
lint_tool_dependencies_urls,
109-
path,
109+
realized_repository,
110110
)
111111
if kwds["tools"]:
112112
tools_failed = lint_repository_tools(ctx, realized_repository, lint_ctx, lint_args)

0 commit comments

Comments
 (0)