Skip to content

Commit

Permalink
Update getFileName.R
Browse files Browse the repository at this point in the history
  • Loading branch information
elimillera authored Oct 17, 2023
1 parent e96d71f commit 20f1660
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/getFileName.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ getFileName <- function() {
getFileNameBatch <- function(cmdArgs) {
res <- NULL

timber_needle <- "timber::axecute"
# Update to use logrx over timber
timber_needle <- "logrx::axecute"
timber_match <- base::grep(timber_needle, cmdArgs)
file_needle <- "--file="
file_match <- base::grep(file_needle, cmdArgs)
Expand Down

0 comments on commit 20f1660

Please sign in to comment.