Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Jul 24, 2024
1 parent a131acf commit c20f17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tar_branches.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ tar_branches <- function(
names <- pipeline_get_names(pipeline)
tar_assert_in(
name,
names,
names,
msg = paste(name, "is not a target in", script)
)
target <- pipeline_get_target(pipeline, name)
Expand Down

0 comments on commit c20f17e

Please sign in to comment.