diff --git a/scripts/ost-nightly-build.sh b/scripts/ost-nightly-build.sh index 2c93c5c7dd93dd320783a25a92048954b1b81133..7771b03c5a49d84926992f655701980c03eebb06 100644 --- a/scripts/ost-nightly-build.sh +++ b/scripts/ost-nightly-build.sh @@ -81,7 +81,7 @@ else echo -e "\nBuild completed succesfully. Deleting temp dir $TEMP_DIR" rm -fr $TEMP_DIR if [[ $? != 0 ]]; then - echo -e "\nError deling temp dir in $TEMP_DIR" + echo -e "\nError deleting temp dir in $TEMP_DIR" exit 1 else echo -e "\nrun 'module use $INSTALL_DIR/modules/all/' to add the new modules to your \$MODULEPATH"