From 6f4057392857313355769de7fea293b5e50f0779 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 29 Apr 2017 22:15:19 +0200 Subject: Update `require` paths in database client files Change the paths in the code to conform to the new file layout introduced in b700c1bef89a67a64f1040fb6bb03c0320eefe91. --- lib/dbshell/rails/tasks/dbshell.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/dbshell/rails/tasks') diff --git a/lib/dbshell/rails/tasks/dbshell.rake b/lib/dbshell/rails/tasks/dbshell.rake index c901142..c7d3a93 100644 --- a/lib/dbshell/rails/tasks/dbshell.rake +++ b/lib/dbshell/rails/tasks/dbshell.rake @@ -1,4 +1,4 @@ -require 'dbshell/database_client' +require 'dbshell/client/database' task :dbshell do env = ENV.fetch('RAILS_ENV', 'development') -- cgit v1.2.3