diff --git a/lib/task/SyncRepositoryTask.class.php b/lib/task/SyncRepositoryTask.class.php index 0d6b29b..8a620c3 100644 --- a/lib/task/SyncRepositoryTask.class.php +++ b/lib/task/SyncRepositoryTask.class.php @@ -72,7 +72,7 @@ protected function execute($arguments = array(), $options = array()) $this->log(sprintf('リポジトリ %s の同期を開始します', $repository->getRepositoryName())); // リポジトリキャッシュルートディレクトリ - $cache_root = sfConfig::get('sf_root_dir') . '/data/repos/'; + $cache_root = sfConfig::get('sf_root_dir') . '/../data/repos/'; $dir_root = $cache_root . $repository->getCacheKey(); $do_clone = false;