summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 87715c1..3d786b7 100644
--- a/Rakefile
+++ b/Rakefile
@@ -221,7 +221,7 @@ end
desc 'Upload example to ' + FTP_DOMAIN
task :up_example do
g 'Highlighting self...'
- system 'ruby -wIlib ../hidden/highlight.rb -r -1 -I lib demo bin rake_helpers'
+ system 'ruby -wIlib ../hidden/highlight.rb -1 -L -I lib lib/coderay'
gd
gn 'Uploading example:'
cYcnus_ftp do |ftp|