summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2016-08-26 16:28:22 -0400
committerOz Linden <oz@lindenlab.com>2016-08-26 16:28:22 -0400
commit7ba028d2f36515649b85d3bbc5030288e94b96dc (patch)
treee04310d96724adb31ba9449c38a10a813f6a1298 /build.sh
parentb604e3c45f3e9a348967892d6a595b4268f97b8b (diff)
rewrap uploads
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 1042cea7da..5610730695 100755
--- a/build.sh
+++ b/build.sh
@@ -358,7 +358,7 @@ if $succeeded
then
if $build_viewer
then
- begin_section Upload Installer
+ begin_section "Uploads"
# Upload installer
package=$(installer_$arch)
if [ x"$package" = x ] || test -d "$package"
@@ -412,7 +412,7 @@ then
done
fi
fi
- end_section Upload Installer
+ end_section "Uploads"
else
record_event "skipping upload of installer"
fi