diff --git a/rake_tasks/automation.rake b/rake_tasks/automation.rake index 8076005a60..3f729f546a 100644 --- a/rake_tasks/automation.rake +++ b/rake_tasks/automation.rake @@ -45,7 +45,7 @@ namespace :automation do end sh "export ES_RUBY_CLIENT_PATH=#{path} " \ - ' && cd elastic-client-generator-ruby/elasticsearch ' \ + ' && cd elastic-client-generator-ruby ' \ ' && sudo bundle install ' \ " && bundle exec rake update[#{branch}]" \ ' && bundle exec rake gen_es' \