Skip to content

Commit

Permalink
useless
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Dec 7, 2023
1 parent 050dbc9 commit 7e596fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/update.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ deepl_update <- function(path,
)

old_source <- tinkr::yarn$new(
file.path(dir_at_target_latest_update, fs::path_file(path)),
sourcepos = TRUE
file.path(dir_at_target_latest_update, fs::path_file(path))
)
new_source <- tinkr::yarn$new(file.path(repo, fs::path_file(path)))
old_target <- tinkr::yarn$new(file.path(out_path))
Expand Down

0 comments on commit 7e596fb

Please sign in to comment.