docs/default_plugins.md in mina-1.2.3 vs docs/default_plugins.md in mina-1.2.4

- old
+ new

@@ -30,11 +30,11 @@ ``` ruby :repository #=> nil :domain #=> nil :port #=> 22 :deploy_to #=> nil - :execution_mode #=> :pretty ## Can be [:exec, :pretty, :pritner, :system] + :execution_mode #=> :pretty ## Can be [:exec, :pretty, :printer, :system] ``` ### Execution mode See [Execution mode](how_mina_works.md#execution-modes-runners) @@ -61,11 +61,11 @@ ``` ruby :releases_path #=> "#{fetch(:deploy_to)}/releases" :shared_path #=> "#{fetch(:deploy_to)}/shared" :current_path #=> "#{fetch(:deploy_to)}/current" :lock_file #=> 'deploy.lock' - :deploy_script #=> 'data/deploy.sh.erb' + :deploy_script #=> Mina.root_path('data/deploy.sh.erb') :keep_releases #=> 5 :version_scheme #=> :sequence ## Can be [:sequence, :datetime] :shared_dirs #=> [] :shared_fiels #=> [] ``` @@ -127,12 +127,12 @@ git:clone #=> Clones the Gir repository to the current path git:revision #=> Prints out current revision git:ensure_pushed #=> Ensures local repository is pushed to remote ``` -## Bunlder +## Bundler ``` ruby -require 'mina/bunlder' +require 'mina/bundler' ``` loads: - `mina/default` ### Variables