Skip to content

Commit

Permalink
print options, before speaking.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlacaelel committed Jul 29, 2010
1 parent 913fed6 commit 47d0fe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ona_cli.rb
Expand Up @@ -74,9 +74,9 @@ def ssh_root string
def deploy string
selected_servers(string).each do |server|
puts server.to_s
system server.say_sure_to_deploy
puts 'Type [yes] to continue. or anything else to skip.'
print 'What to do? :'
system server.say_sure_to_deploy
line = gets
next unless line.chomp == 'yes'
system server.deploy
Expand Down
2 changes: 1 addition & 1 deletion ona.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{ona}
s.version = "0.1.14"
s.version = "0.1.15"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["kazuyoshi tlacaelel"]
Expand Down

0 comments on commit 47d0fe4

Please sign in to comment.