mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Replace one-letter variable with full word
This commit is contained in:
@@ -40,7 +40,7 @@ namespace :ofn do
|
||||
Are you sure you want to proceed? (y/N)
|
||||
MSG
|
||||
|
||||
exit unless HighLine.new.agree(message) { |q| q.default = "N" }
|
||||
exit unless HighLine.new.agree(message) { |question| question.default = "N" }
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user