Skip to content

Commit

Permalink
better vertical spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Dec 7, 2023
1 parent 698789e commit d122fbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/update.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,12 @@ deepl_update <- function(path,
ref = log[["commit"]][[latest_target_commit_index]],
repo = dir_at_target_latest_update
)

old_source <- tinkr::yarn$new(
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))

same_structure <-
Expand Down

0 comments on commit d122fbe

Please sign in to comment.