Skip to content

Commit

Permalink
Use single quotes to puts in console
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Feb 23, 2024
1 parent fe93a44 commit 77f2bc2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions get_data_from_earth.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ def request_data(variables:)

# Show next step for developers
#puts DOJOS_JSON
puts ""
puts "Number of dojos: #{File.read('tmp/number_of_dojos')}"
puts ""
puts "Check out JSON data you fetched by:"
puts ''
puts 'Fetched number of dojos: ' + File.read('tmp/number_of_dojos')
puts ''
puts 'Check out its details by:'
puts '$ cat dojos_earth.json'
puts ''

0 comments on commit 77f2bc2

Please sign in to comment.