mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
Autocorrect Style/GlobalStdStream offenses
This commit is contained in:
@@ -54,7 +54,7 @@ namespace :ofn do
|
||||
|
||||
def request_order_cycle_id
|
||||
puts "Please input Order Cycle ID to debug"
|
||||
input = STDIN.gets.chomp
|
||||
input = $stdin.gets.chomp
|
||||
exit if input.blank? || !Integer(input)
|
||||
Integer(input)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user