Skip to content

Commit

Permalink
rlang::
Browse files Browse the repository at this point in the history
  • Loading branch information
daranzolin committed Apr 22, 2024
1 parent b47c628 commit 3b17f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tar_sql_raw.R
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ tar_sql_file_command <- function(path) {
list(path = path),
env = list(path = path)
)
fun <- call_ns("sqltargets", "tar_sql_file")
fun <- rlang::call_ns("sqltargets", "tar_sql_file")
expr <- list(
fun,
args
Expand Down

0 comments on commit 3b17f4e

Please sign in to comment.