aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshare/hydra/module-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydra/module-commit b/share/hydra/module-commit
index 4831869..01603ec 100755
--- a/share/hydra/module-commit
+++ b/share/hydra/module-commit
@@ -40,6 +40,6 @@ if [ -d "$HYDRA_FOLDER/modules/$MODULE" ]; then
echo ""
hydra $HYDRA module-update $MODULE
else
- echo "Not such module $MODULE"
+ echo "No such module $MODULE"
exit 1
fi