summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/thomas2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/thomas b/bin/thomas
index b05ead5..1952235 100755
--- a/bin/thomas
+++ b/bin/thomas
@@ -9,7 +9,7 @@ install_mo() {
read -p "You don't have mo installed. Install? (Y/n) " -n 1 -r confirm
case $confirm in
[yY])
- curl https://raw.githubusercontent.com/tests-always-included/mo/master/mo > bin/mo
+ curl -s https://raw.githubusercontent.com/tests-always-included/mo/master/mo > bin/mo
chmod +x bin/mo
;;
*)