diff options
author | Oz Linden <oz@lindenlab.com> | 2016-12-08 09:35:54 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-12-08 09:35:54 -0500 |
commit | 7a5fbe8d1ab8ef35105cf3f9fcefd6a2f40be8ce (patch) | |
tree | 68355ac9af3c99ff1f37e7da866e4729b97d3d30 /build.sh | |
parent | ba83360f56de6c5881934247df5290fddf0e0270 (diff) |
correct upload of default installer
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -370,7 +370,7 @@ then succeeded=$build_coverity else # Upload base package. - python_cmd "$helpers/codeticket.py" addoutput Installer --output "$package" + python_cmd "$helpers/codeticket.py" addoutput Installer "$package" # Upload additional packages. for package_id in $additional_packages |