Skip to content

Commit

Permalink
modified: change the directory to which repos retrieved
Browse files Browse the repository at this point in the history
  • Loading branch information
hidenorigoto committed Sep 26, 2010
1 parent 69b83d1 commit 2595432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/task/SyncRepositoryTask.class.php
Expand Up @@ -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;

Expand Down

0 comments on commit 2595432

Please sign in to comment.