From 8a15e89d9d8b2c82f49d43d39aac590d337c0adf Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 31 Jan 2014 16:37:05 +1100 Subject: [PATCH] better var names --- script/discourse | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/discourse b/script/discourse index f0f4f4b335a..bbd594009c3 100755 --- a/script/discourse +++ b/script/discourse @@ -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