From 6c27c52f21fc2e2ccd28aba5d8c262f876ba7584 Mon Sep 17 00:00:00 2001 From: pat-s Date: Fri, 26 Jul 2024 11:29:27 +0200 Subject: [PATCH] remove redundant slash --- R/packages_index.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/packages_index.R b/R/packages_index.R index ce61b6e..2bf8020 100644 --- a/R/packages_index.R +++ b/R/packages_index.R @@ -45,8 +45,8 @@ add_to_package_index <- function( \(x, y) s3fs::s3_file_upload(x, y, overwrite = TRUE) ) - pkgs_upload_local <- sprintf("%s/PACKAGES", local_bin_dir) - pkgs_upload_remote <- sprintf("%s/PACKAGES", remote_bin_dir) + pkgs_upload_local <- sprintf("%sPACKAGES", local_bin_dir) + pkgs_upload_remote <- sprintf("%sPACKAGES", remote_bin_dir) if (debug) { cli::cli_alert_danger("DEBUG: PACKAGES UPLOAD local dir: {pkgs_upload_local}")