From ab54cf81aaf2b801c428e9c95eaf70abb4c1669f Mon Sep 17 00:00:00 2001 From: Yifan Zhao <yifanz16@illinois.edu> Date: Mon, 27 Jan 2020 22:22:19 -0600 Subject: [PATCH] Fixed HPMV typo --- hpvm/llvm_installer/llvm_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpvm/llvm_installer/llvm_installer.sh b/hpvm/llvm_installer/llvm_installer.sh index a972fb62ad..18f4194c9f 100755 --- a/hpvm/llvm_installer/llvm_installer.sh +++ b/hpvm/llvm_installer/llvm_installer.sh @@ -151,7 +151,7 @@ echo Patches applied. if [ ! $AUTOMATE == "y" ]; then echo - echo HPMV not installed. Exiting. + echo HPVM not installed. Exiting. exit fi -- GitLab