Skip to content

Commit

Permalink
Fixes #70
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Mar 5, 2024
1 parent 0a10842 commit e983b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/chattr-defaults.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ chattr_defaults <- function(type = "default",
}

if (file_exists(yaml_file)) {
check_files <- c(check_files, yaml_file)
check_files <- c(yaml_file, check_files)
}

for (j in seq_along(check_files)) {
Expand Down

0 comments on commit e983b2d

Please sign in to comment.