We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17b6a3 commit ff97361Copy full SHA for ff97361
lib/cyclonedx/bom_builder.rb
@@ -24,7 +24,7 @@ def self.build(path)
24
begin
25
FileUtils.mkdir_p(bom_directory) unless File.directory?(bom_directory)
26
rescue StandardError => e
27
- @logger.error("Unable to create the directory to hold the BOM output at #{@bom_directory}. #{e.message}: #{e.backtrace.join('\n')}")
+ @logger.error("Unable to create the directory to hold the BOM output at #{bom_directory}. #{e.message}: #{e.backtrace.join('\n')}")
28
abort
29
end
30
0 commit comments