Skip to content

Commit 653e1ca

Browse files
committed
MAGETWO-51439: [Github] System Upgrade drop-down does not work when add git based repo #3935
- Fixed indentation
1 parent 3ff4494 commit 653e1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InfoCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function run($package, $installed = false)
7373
}
7474

7575
$rawLines = explode("\n", str_replace("\r\n", "\n", $output));
76-
$result = [];
76+
$result = [];
7777

7878
foreach ($rawLines as $line) {
7979
$chunk = explode(':', $line);

0 commit comments

Comments
 (0)