aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/install-commandlinetools.sh
diff options
context:
space:
mode:
Diffstat (limited to 'coin/provisioning/common/install-commandlinetools.sh')
-rw-r--r--coin/provisioning/common/install-commandlinetools.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/coin/provisioning/common/install-commandlinetools.sh b/coin/provisioning/common/install-commandlinetools.sh
index fbebdba8..f224d31d 100644
--- a/coin/provisioning/common/install-commandlinetools.sh
+++ b/coin/provisioning/common/install-commandlinetools.sh
@@ -75,11 +75,11 @@ function InstallCommandLineTools {
exit 1;
;;
$ExceptionInstall)
- echo "Failed to mount"
+ echo "Failed to install"
exit 1;
;;
$ExceptionUnmount)
- echo "Failed to mount"
+ echo "Failed to unmount"
exit 1;
esac