Skip to content

Commit

Permalink
fixes compiling error
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosparadis committed Apr 28, 2024
1 parent b1e4001 commit 1b1535b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/config.R
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ get_bugzilla_project_key <- function(project_name) {
conf_path <- paste0("conf/", project_name, ".yml")
conf <- yaml::read_yaml(conf_path)

key <- conf[["issue_tracker"]][["bugzilla"]][["project_key_index"project_key]]
key <- conf[["issue_tracker"]][["bugzilla"]][["project_key_index"]][["project_key"]]

if(is.null(key)) {
stop("This field does not exist in the configuration file.")
Expand Down

0 comments on commit 1b1535b

Please sign in to comment.