Skip to content

Commit

Permalink
Fix #1189
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Nov 29, 2023
1 parent 7115068 commit 4657a6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion R/tar_mermaid.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tar_mermaid <- function(
script = targets::tar_config_get("script"),
store = targets::tar_config_get("store")
) {
tar_assert_allow_meta("tar_mermaidd")
tar_assert_allow_meta("tar_mermaid", store)
force(envir)
tar_assert_lgl(targets_only, "targets_only must be logical.")
tar_assert_lgl(outdated, "outdated in tar_mermaid() must be logical.")
Expand Down
1 change: 0 additions & 1 deletion R/tar_watch_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ tar_watch_ui <- function(
display = "summary",
displays = c("summary", "branches", "progress", "graph", "about")
) {
tar_assert_allow_meta("tar_watch_ui")
tar_assert_watch_packages()
tar_assert_dbl(seconds)
tar_assert_dbl(seconds_min)
Expand Down

0 comments on commit 4657a6f

Please sign in to comment.