From: Silvio Rhatto Date: Wed, 30 Jan 2013 19:11:18 +0000 (-0200) Subject: String fix X-Git-Tag: 0.1~56 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7d9c8ef2f108381298f83054ad656bd84723e9ea;p=hydra.git String fix --- 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