From: Silvio Rhatto Date: Wed, 25 Sep 2013 16:22:21 +0000 (-0300) Subject: Change version update commit message X-Git-Tag: 0.2.4~3 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b73cb94850981337c8f9ed9ce47c7edfe3e6e645;p=keyringer.git Change version update commit message --- diff --git a/lib/keyringer/functions b/lib/keyringer/functions index d0d9816..e2e8fba 100755 --- a/lib/keyringer/functions +++ b/lib/keyringer/functions @@ -304,7 +304,7 @@ function keyringer_upgrade { if [ "$CONFIG_VERSION" != "$VERSION" ]; then echo $CONFIG_VERSION > $VERSION_INFO keyringer_exec git "$BASEDIR" add config/version - keyringer_exec git "$BASEDIR" commit -m "Config-upgrade-$CONFIG_VERSION" + keyringer_exec git "$BASEDIR" commit -m "Config-update-$CONFIG_VERSION" echo "Upgrade to version $CONFIG_VERSION completed, pushing to remotes..." for remote in "$BASEDIR/.git/refs/remotes/*"; do keyringer_exec git "$BASEDIR" push $remote master