Skip to content

Commit

Permalink
fixes bug in glue component
Browse files Browse the repository at this point in the history
  • Loading branch information
jenna-a2ai committed Dec 11, 2024
1 parent 2854bc9 commit 7f56483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/app_01_assign_server.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ghqc_assign_server <- function(id, remote, root_dir, checklists, org, repo, memb
req(root_dir)
if (getwd() != root_dir) {
setwd(root_dir)
info(.le$logger, glue::glue("Directory changed to project root: {root_dir)}"))
info(.le$logger, glue::glue("Directory changed to project root: {root_dir}"))
}
})

Expand Down

0 comments on commit 7f56483

Please sign in to comment.