summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pear/PEAR/Command/Install.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/pear/PEAR/Command/Install.php b/pear/PEAR/Command/Install.php
index 40fa0a91da..7204c309bf 100644
--- a/pear/PEAR/Command/Install.php
+++ b/pear/PEAR/Command/Install.php
@@ -70,10 +70,10 @@ class PEAR_Command_Install extends PEAR_Command_Common
$failmsg = '';
$opts = array();
switch ($command) {
- case 'upgrade': {
+ case 'upgrade':
$opts['upgrade'] = true;
// fall through
- case 'install':
+ case 'install': {
if (isset($options['f'])) {
$opts['force'] = true;
}