summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-10-30 16:18:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-10-30 16:18:31 +0000
commit24f6035e79f474c6878a775b2be62691ac950d36 (patch)
tree8de73ee6a9d8720e1fa2ca03d3623277fee0cf3d /solenv
parent8e79e7788d109403b7a5eb694f73e030a50be2c9 (diff)
fix bracket
Change-Id: Id4fc5dda86845d23fe35122f7ade3ae99b2d123c
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/download.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/download.pm b/solenv/bin/modules/installer/download.pm
index 017d04834645..37a9123fdf35 100644
--- a/solenv/bin/modules/installer/download.pm
+++ b/solenv/bin/modules/installer/download.pm
@@ -309,7 +309,7 @@ sub get_downloadname_productname
elsif ( $allvariables->{'PRODUCTNAME'} eq "" ) { $start = "LibreOffice"; }
- else ( $start = $allvariables->{'PRODUCTNAME'}; }
+ else { $start = $allvariables->{'PRODUCTNAME'}; }
return $start;
}