Changeset 107

Show
Ignore:
Timestamp:
06/26/07 20:10:54 (2 years ago)
Author:
mbailey
Message:

took ':' off the end of prompt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1-7-stable/lib/deprec/recipes/svn.rb

    r95 r107  
    5252  # this is a hack to allow us to optionally pass a variable to tasks  
    5353  set (:svn_account) do 
    54     Capistrano::CLI.prompt('account name: ') 
     54    Capistrano::CLI.prompt('account name') 
    5555  end 
    5656