summaryrefslogtreecommitdiff
path: root/lib/dslkeywords
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-02-14 22:21:00 +0200
committerPaul Buetow <paul@buetow.org>2025-02-14 22:21:00 +0200
commitc7697dbd7d26bc6c62031e0d4d530b3b5987d9ee (patch)
tree232890d0ff7913b34982b53ca41b4b5ec5fde7b0 /lib/dslkeywords
parenta2edd9ec657dca835ce1a73807a86a9c44fdfec8 (diff)
more tests
Diffstat (limited to 'lib/dslkeywords')
-rw-r--r--lib/dslkeywords/file.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dslkeywords/file.rb b/lib/dslkeywords/file.rb
index 58d7a47..8c4deca 100644
--- a/lib/dslkeywords/file.rb
+++ b/lib/dslkeywords/file.rb
@@ -62,7 +62,7 @@ module RCM
dirname = ::File.dirname(@path)
return unless !::File.directory?(dirname) && @create_parent
- info "Creating parent directory #{parent}"
+ info "Creating parent directory #{dirname}"
FileUtils.mkdir_p(dirname)
end