diff --git a/lib/rbpkg/repo.rb b/lib/rbpkg/repo.rb
index e67395e..8cb9166 100644
--- a/lib/rbpkg/repo.rb
+++ b/lib/rbpkg/repo.rb
@@ -55,7 +55,7 @@ class Rbpkg::Repo
end
end
Rbpkg::Log.add("rbpkg_ci.#{name}.install")
- cmd! "#{sh_quote(Rbpkg.dir)}/rbpkg_bootstrap -f #{sh_quote(ci_dir)}"
+ cmd! "#{sh_quote(Rbpkg.dir)}/bin/rbpkg_bootstrap -f #{sh_quote(ci_dir)}"
cmd! "export RBPKG_DIR=#{sh_ci_dir} && . #{sh_ci_profile} && rbpkg clone #{sh_name} && rbpkg checkout #{sh_quote(commit)} #{sh_name} && rbpkg install #{sh_name}"
Rbpkg::Log.ok("rbpkg_ci.#{name}.install")
Rbpkg::Log.ok(ci_log_name_commit(commit))