lib/hu/deploy.rb in hu-1.5.11 vs lib/hu/deploy.rb in hu-1.5.12
- old
+ new
@@ -787,10 +787,10 @@
puts
puts 'Your release-branch ' + "release/#{release_tag}".bright + ' is out of sync with ' + 'develop'.bright + '.'
puts
puts 'develop is at ' + revs[:develop].bright + ", release/#{release_tag} is at " + revs[:release].bright + '.'
puts
- puts 'This usually means the release branch is old and does not'
+ puts 'This usually means the release branch is old and does'
puts 'not reflect what you actually want to deploy right now.'
puts
choice = prompt.select('What shall we do?') do |menu|
menu.enum '.'
menu.choice "Delete branch 'release/#{release_tag}' and create new release branch from 'develop'", :delete