Skip to content

Commit 493a24a

Browse files
authored
Merge branch 'dev' into lcb/slide-window-validation-edit
2 parents 6361878 + 2c7b77c commit 493a24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/archive.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#' @noRd
2626
validate_version_bound <- function(version_bound, x, na_ok = FALSE,
2727
version_bound_arg = rlang::caller_arg(version_bound),
28-
x_arg = rlang::caller_arg(version_bound)) {
28+
x_arg = rlang::caller_arg(x)) {
2929
if (is.null(version_bound)) {
3030
cli_abort(
3131
"{version_bound_arg} cannot be NULL",

0 commit comments

Comments
 (0)