Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/master-build.sh')
-rw-r--r--scripts/master-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/master-build.sh b/scripts/master-build.sh
index afe378a76..a9d3f2e98 100644
--- a/scripts/master-build.sh
+++ b/scripts/master-build.sh
@@ -125,7 +125,7 @@ $SCRIPT_PATH/gather-parts.sh $BUILD_ENV_FILE 2>&1 | tee $logsDirectory/gather-pa
checkForErrorExit $? "Error occurred during gather parts"
$SCRIPT_PATH/parse-logs.sh $BUILD_ENV_FILE 2>&1 | tee $logsDirectory/parse-logs-ouptut.txt
-$checkForErrorExit $? "Error occurred during parse-logs"
+checkForErrorExit $? "Error occurred during parse-logs"
$SCRIPT_PATH/publish-eclipse.sh $BUILD_ENV_FILE 2>&1 | tee $logsDirectory/publish-eclipse-ouptut.txt
checkForErrorExit $? "Error occurred during publish-eclipse"

Back to the top