Skip to content

Commit b84bad5

Browse files
author
Martin Supiot
committed
Fix typo
1 parent ecd29ee commit b84bad5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Controller/AbstractCliPommController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ protected function getToolOptions(ConsoleRequest $request)
6868
$this->options = array();
6969

7070
// Get parameters
71-
$this->configName = $request->getParam('config-name') ;
71+
$this->configName = $request->getParam('config-name');
7272
$this->schema = $request->getParam('schema', 'public');
7373
$this->relation = $request->getParam('relation', '');
7474

@@ -396,7 +396,7 @@ protected function colorize($text, $status)
396396
$out = "";
397397
switch($status) {
398398
case "SUCCESS":
399-
$out = "[0;31m"; //Green background
399+
$out = "[0;32m"; //Green background
400400
break;
401401
case "FAILURE":
402402
$out = "[0;31m"; //Red background

0 commit comments

Comments
 (0)