Skip to content

Commit

Permalink
Update source paths in config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweetdevil144 committed Mar 18, 2024
1 parent a6694a5 commit e056cb8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/fct_workflow_status.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @import tibble
#'
#' @noRd
source("../config/config.R")
source("config/config.R")
host_url <- host_url

workflow_status <- function(report){
Expand Down
2 changes: 1 addition & 1 deletion inst/ed2-test.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ library(tibble)
library(purrr)
library(httr)
library(glue)
source("../config/config.R")
source("config/config.R")
host_url <- host_url

# Modify for your target machine and authentication
Expand Down
2 changes: 1 addition & 1 deletion inst/maespa-test.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ library(tibble)
library(purrr)
library(httr)
library(glue)
source("../config/config.R")
source("config/config.R")
host_url <- host_url

# Modify for your target machine and authentication
Expand Down
2 changes: 1 addition & 1 deletion inst/run-test-list.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ library(tibble)
library(purrr)
library(httr)
library(glue)
source("../config/config.R")
source("config/config.R")
host_url <- host_url

# Modify for your target machine and authentication
Expand Down
2 changes: 1 addition & 1 deletion inst/sipnet-test.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ library(tibble)
library(purrr)
library(httr)
library(glue)
source("../config/config.R")
source("config/config.R")
host_url <- host_url

# Modify for your target machine and authentication
Expand Down

0 comments on commit e056cb8

Please sign in to comment.