Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TuckerJD committed Jun 5, 2014
1 parent 1bdde59 commit 4719d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/development/data/geo/geographic_areas.rake
Expand Up @@ -68,7 +68,7 @@ namespace :tw do

d = Support::Database.pg_restore(database, 'geographic_areas_geographic_items', data_store)
ActiveRecord::Base.connection.reset_pk_sequence!('geographic_areas_geographic_items')
puts "#{Time.now.strftime "%H:M:%S"}."
puts "#{Time.now.strftime "%H:%M:%S"}."
end

# Assumes input is from rake tw:export:table table_name=geographic_area_types
Expand Down

0 comments on commit 4719d91

Please sign in to comment.