Skip to content

Commit

Permalink
Fix typo (#176)
Browse files Browse the repository at this point in the history
fomat  => format
  • Loading branch information
icm7216 authored Nov 12, 2020
1 parent f480a04 commit 1516068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/test/unit/autorunner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def options
end

o.on("--config=FILE",
"Use YAML fomat FILE content as configuration file.") do |file|
"Use YAML format FILE content as configuration file.") do |file|
load_config(file)
end

Expand Down

0 comments on commit 1516068

Please sign in to comment.