Skip to content

Commit

Permalink
Update create
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Feb 25, 2015
1 parent 15c85a2 commit 2610847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/create
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ try {
. $projectName);
chdir($projectName);
exec("rm -rf .git");
exec("~/.gt/composer.phar install");
exec("~/.gt/composer.phar update");
$pwd = getcwd();

// Create new project with PHP.Gt in composer.json
Expand All @@ -42,4 +42,4 @@ catch(Exception $e) {
echo strip_tags($definition->asText());
echo "\n";
exit(1);
}
}

0 comments on commit 2610847

Please sign in to comment.