aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2014-07-10 10:32:49 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2014-07-10 10:32:49 -0500
commit2cd33c483cfe23b94fb81ffb42a566ed110e7428 (patch)
tree8e7bfb1ec0d97a5e25b256179436012b37bd62db
parent1dc126cbb0f2fbf4c1076b397ce8450d2482f54c (diff)
downloadmediagoblin-2cd33c483cfe23b94fb81ffb42a566ed110e7428.tar.lz
mediagoblin-2cd33c483cfe23b94fb81ffb42a566ed110e7428.tar.xz
mediagoblin-2cd33c483cfe23b94fb81ffb42a566ed110e7428.zip
Moving the quotation.
This commit sponsored by Max Lupo. Thanks Max!
-rwxr-xr-xruntests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.sh b/runtests.sh
index ae020fea..e2523961 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -34,7 +34,7 @@ elif which py.test > /dev/null; then
export PYTEST="py.test";
else
echo "py.test not found. X_X";
- echo "Please install 'pytest e.g. with pip install pytest'. Exiting.";
+ echo "Please install pytest e.g. with 'pip install pytest'. Exiting.";
exit 1
fi