From 967fec48f96e35ec0ea204e68c8aca35a386cbf7 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 18 Feb 2025 12:50:07 +0200 Subject: rename temp dir --- lib/dslkeywords/file.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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) -- cgit v1.2.3