Skip to content

Commit

Permalink
Change hbase/migrate directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
mudphone committed Dec 22, 2009
1 parent b08002c commit a5573a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/databases.rake
Expand Up @@ -3,7 +3,7 @@ namespace :hbase do
desc "Migrate the hbase through scripts in hb/migrate. Target specific version with VERSION=x. "
task :migrate => :check do
HbaseMigrations::Migration.verbose = ENV["VERBOSE"] ? ENV["VERBOSE"] == "true" : true
HbaseMigrations::Migrator.migrate("hb/migrate/",
HbaseMigrations::Migrator.migrate("hbase/migrate/",
server,
ENV["USER"],
ENV["ENV"],
Expand Down

0 comments on commit a5573a3

Please sign in to comment.