Skip to content

Commit

Permalink
cleanup_migrated_repo() needs to return TRUE on success.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdboyer committed Feb 17, 2011
1 parent b06b9d0 commit 6609fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared.php
Expand Up @@ -487,6 +487,7 @@ function cleanup_migrated_repo($project, $destination_dir, $keywords, $translati
}

git_invoke('git push', FALSE, "$temp_dir/.git");
return TRUE;
}

function strip_cvs_keywords($project, $directory) {
Expand Down

0 comments on commit 6609fa0

Please sign in to comment.