summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-02-28 23:41:13 +0200
committerPaul Buetow <paul@buetow.org>2025-02-28 23:41:13 +0200
commit3e61682894046558da077d222ad328e902c6274c (patch)
treeb8b8095faaa61fcc16794f1de1ed9a9cea9ac455 /lib
parent3b731cf56c8d8c8514a063c96d5d2a3428e42425 (diff)
jo
Diffstat (limited to 'lib')
-rw-r--r--lib/dslkeywords/file.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dslkeywords/file.rb b/lib/dslkeywords/file.rb
index 0c6ab9a..5230a3f 100644
--- a/lib/dslkeywords/file.rb
+++ b/lib/dslkeywords/file.rb
@@ -324,6 +324,7 @@ module RCM
end
end
+ # TODO: Unit test this
def backup_recursively!(source, dest)
Dir.foreach(source) do |entry|
next if ['.', '..'].include?(entry)