Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Nov 14, 2024
1 parent 90ebe9a commit 846a2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tar_unblock_process.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' @param store Character string, path to the data store
#' (usually `"_targets"`).
tar_unblock_process <- function(store = targets::tar_config_get("store")) {
tar_assert_allow_meta("tar_meta", store)
tar_assert_allow_meta("tar_unblock_process", store)
tar_assert_scalar(store)
tar_assert_chr(store)
tar_assert_nzchar(store)
Expand Down

0 comments on commit 846a2d4

Please sign in to comment.