Skip to content

Commit 981ca57

Browse files
committed
Remove temporary header file before running
1 parent ca7a192 commit 981ca57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_tools/ruby_h_to_go/exe/ruby_h_to_go

+2
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,6 @@ include_paths ||= DEFAULT_INCLUDE_PATHS
4949
dist_dir ||= DEFAULT_DIST_DIR
5050
dist_preprocessed_header_file ||= DEFAULT_DIST_PREPROCESSED_HEADER_FILE
5151

52+
FileUtils.rm_f(dist_preprocessed_header_file)
53+
5254
RubyHToGo::Cli.new(header_file:, include_paths:, dist_dir:, dist_preprocessed_header_file:).perform

0 commit comments

Comments
 (0)