Skip to content

Commit f4056b6

Browse files
committed
add --print-imstallation-path cli option fix
1 parent e62b641 commit f4056b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exe/omnipackage-agent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ optparser = ::OptionParser.new do |parser|
2929
exit
3030
end
3131
parser.on('-c', '--config CONFIG_FILE', 'path to config file')
32-
parser.on('--print-imstallation-path', 'print to stdout the installation path') do
32+
parser.on('--print-installation-path', 'print to stdout the installation path') do
3333
puts ::File.expand_path('..', __dir__)
3434
exit
3535
end

0 commit comments

Comments
 (0)