From f27549c9bc3261c99b52b4e8cb7b07a5b6251f8c Mon Sep 17 00:00:00 2001 From: Adriano Rutz Date: Wed, 3 Jul 2024 11:44:48 +0200 Subject: [PATCH] Improve tests --- R/install_latest_version.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/install_latest_version.R b/R/install_latest_version.R index 6d0976f3e..4328ad87d 100644 --- a/R/install_latest_version.R +++ b/R/install_latest_version.R @@ -62,7 +62,7 @@ install_latest_version <- function() { url = paste0( "https://raw.githubusercontent.com/taxonomicallyinformedannotation/tima-r/", ref, - "/inst/pipelines/_targets.yaml" + "/_targets.yaml" ), export = file.path(cache, "_targets.yaml") )