Skip to content

Commit 2cb9672

Browse files
committed
✏️ Fix typo
Signed-off-by: Peter H. Boling <[email protected]>
1 parent 8be635e commit 2cb9672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cyclonedx/bom_builder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def self.build(path)
1717
@logger.info("Changing directory to the original working directory located at #{original_working_directory}")
1818
Dir.chdir original_working_directory
1919
rescue StandardError => e
20-
@logger.error("Unable to change directory the original working directory located at #{original_working_directory}. #{e.message}: #{Array(e.backtrace).join("\n")}")
20+
@logger.error("Unable to change to the original working directory located at #{original_working_directory}. #{e.message}: #{Array(e.backtrace).join("\n")}")
2121
abort
2222
end
2323

0 commit comments

Comments
 (0)