From b73cb94850981337c8f9ed9ce47c7edfe3e6e645 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 25 Sep 2013 13:22:21 -0300 Subject: Change version update commit message --- lib/keyringer/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3