Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Aubry <mattab@users.noreply.github.com>2016-10-31 02:53:46 +0300
committerGitHub <noreply@github.com>2016-10-31 02:53:46 +0300
commit44283a6f19e4f1b2ca96e4ebacab1f2dc8eb42ed (patch)
treec9c21b56c40f74cdd4c96d6f1f6e11bd0cd597f7 /plugins/LanguagesManager/Commands/CreatePull.php
parent395d447052b81ed98b7840df863ec183ed1e285d (diff)
parent67d67100e4c6b8cd42bae8460477ffb6d0e23988 (diff)
Merge 3.x-dev into master for 3.0.0-b2 release3.0.0-b2
Diffstat (limited to 'plugins/LanguagesManager/Commands/CreatePull.php')
-rw-r--r--plugins/LanguagesManager/Commands/CreatePull.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/LanguagesManager/Commands/CreatePull.php b/plugins/LanguagesManager/Commands/CreatePull.php
index fca1fc76aa..0af07259ff 100644
--- a/plugins/LanguagesManager/Commands/CreatePull.php
+++ b/plugins/LanguagesManager/Commands/CreatePull.php
@@ -19,7 +19,7 @@ use Symfony\Component\Console\Output\OutputInterface;
*/
class CreatePull extends TranslationBase
{
- const GIT_BASE_BRANCH = '2.x-dev';
+ const GIT_BASE_BRANCH = '3.x-dev';
protected function configure()
{
@@ -187,7 +187,7 @@ class CreatePull extends TranslationBase
while (true) {
- $username = $dialog->ask($output, 'Please provide your github username (to create a pull request using Github API): ');
+ $username = $dialog->ask($output, 'Please provide your GitHub username (to create a pull request using GitHub API): ');
$returnCode = shell_exec('curl \
-X POST \