From cc76e0518d5f65c432cafcda1c5e9161fa6615b2 Mon Sep 17 00:00:00 2001 From: Alexander Kryklia Date: Thu, 20 Dec 2012 17:28:53 +0200 Subject: [PATCH] fix --- rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rakefile b/rakefile index 286332c5b8..53d7381dd7 100644 --- a/rakefile +++ b/rakefile @@ -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