summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-02-18 12:50:07 +0200
committerPaul Buetow <paul@buetow.org>2025-02-18 12:50:07 +0200
commit967fec48f96e35ec0ea204e68c8aca35a386cbf7 (patch)
tree94b61fd7001f69d4d7599b33900e3ad4c4b57f3f /lib
parent2ea74a7ce93bc4759243cb6054b8d70a73e5716a (diff)
rename temp dir
Diffstat (limited to 'lib')
-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 3476079..dbcc612 100644
--- a/lib/dslkeywords/file.rb
+++ b/lib/dslkeywords/file.rb
@@ -68,7 +68,7 @@ module RCM
create_parent_directory!
debug text if option :debug
- tmp_path = "#{@file_path}.tmp"
+ tmp_path = "#{@file_path}.rcmtmp"
::File.write(tmp_path, text)
if ::File.file?(@file_path)