summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-09-25 13:22:21 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-09-25 13:22:21 -0300
commitb73cb94850981337c8f9ed9ce47c7edfe3e6e645 (patch)
treefb2cf338da314e94d3c35a998507125c87cdbe28
parentd7bd2efd12dcc32dcc74a0c1665cde18fbbbd4f7 (diff)
downloadkeyringer-b73cb94850981337c8f9ed9ce47c7edfe3e6e645.tar.gz
keyringer-b73cb94850981337c8f9ed9ce47c7edfe3e6e645.tar.bz2
Change version update commit message
-rwxr-xr-xlib/keyringer/functions2
1 files changed, 1 insertions, 1 deletions
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