Skip to content
Snippets Groups Projects
Commit cc76e051 authored by Alexander Kryklia's avatar Alexander Kryklia
Browse files

fix

parent 4811e736
No related branches found
Tags release-2021-05-04-10.16
No related merge requests found
......@@ -315,7 +315,7 @@ task :showdocs do
if RUBY_PLATFORM.include? 'darwin' # mac os
sh('open index.html')
elsif RUBY_PLATFORM.include? 'linux' # make more ubuntu specific?
sh('sens-browser index.html') # ubuntu
sh('sensible-browser index.html') # ubuntu
else
raise "\nUndefined how to run browser on your machine.
Please use 'rake builddocs' and then manually open
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment