From 0a109b35814bb72045f6dc8af60c98250a0a40a7 Mon Sep 17 00:00:00 2001 From: Pablo Escobar <pescobar001@gmail.com> Date: Mon, 20 Mar 2017 12:29:10 +0100 Subject: [PATCH] typo --- scripts/ost-nightly-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ost-nightly-build.sh b/scripts/ost-nightly-build.sh index 2c93c5c7d..7771b03c5 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" -- GitLab