Skip to content

Commit

Permalink
Fixes a syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
caseywebdev committed Apr 18, 2012
1 parent 56fe0fb commit 4aac4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pg_search/tasks.rb
Expand Up @@ -75,7 +75,7 @@ def self.down
if ActiveRecord::Base.connection.send(:postgresql_version) < 80400
ActiveRecord::Base.connection.execute(<<-SQL)
#{uninstall_unnest_sql}
end
SQL
end
end
end
Expand Down

0 comments on commit 4aac4f2

Please sign in to comment.