Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
khepin committed Jul 24, 2012
1 parent 6053a52 commit 70c7b0d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "khepin/medusa",
"description": "A small set of command to maintain a mirror of git repositories and create a local satis repository for composer.",
"repositories": [{"packagist": false}],
"require": {
"composer/satis": "dev-master",
"guzzle/guzzle": "v2.8.1"
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Khepin/Medusa/Command/AddRepoCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ protected function execute(InputInterface $input, OutputInterface $output)

protected function getGitRepo($package, $outputDir)
{
$dir = $in_dir.'/'.$this->package.'.git';
$dir = $in_dir.'/'.$package.'.git';
if(is_dir($dir)){
$output->writeln(' <warning>The repo already exists. Try updating it instead.</warning>');
return;
Expand Down

0 comments on commit 70c7b0d

Please sign in to comment.