Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Commit

Permalink
Forgot to mention the quote_task setting in the README file
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien authored and javan committed Jun 11, 2010
1 parent b664c03 commit 3910dd6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.rdoc
Expand Up @@ -97,9 +97,10 @@ This would create a job like: <tt>/usr/bin/my_great_command arg1 arg2 'arg3'</tt

The settings available when creating job types include:

environment:: Set to <tt>false</tt> to stop the command trying to specify the environment at all. Set to a string or symbol to set the environment to that.
path:: Set to <tt>false</tt> to stop the command running cd before the task. Set to a string or symbol to set the path the cd to.
use_bundler:: If set to <tt>true</tt>, the task will be prefixed by <tt>bundle exec</tt>
<tt>environment</tt>:: Set to <tt>false</tt> to stop the command trying to specify the environment at all. Set to a string or symbol to set the environment to that.
<tt>path</tt>:: Set to <tt>false</tt> to stop the command running cd before the task. Set to a string or symbol to set the path the cd to.
<tt>use_bundler</tt>:: If set to <tt>true</tt>, the task will be prefixed by <tt>bundle exec</tt>
<tt>quote_task</tt>:: If set to <tt>false</tt>, whenever will not print the arguments passed to the job in quote marks

== Credit

Expand Down

0 comments on commit 3910dd6

Please sign in to comment.