better var names

This commit is contained in:
Sam 2014-01-31 16:37:05 +11:00
parent 44dc578ff9
commit 8a15e89d9d
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ class DiscourseCLI < Thor
puts "Rewriting all occurences of #{from} to #{to}"
puts "THIS TASK WILL REWRITE DATA, ARE YOU SURE (type YES)"
result = STDIN.gets
if result.strip != "YES"
text = STDIN.gets
if text.strip != "YES"
puts "aborting."
exit
end