summaryrefslogtreecommitdiff
path: root/lib/keyringer/functions
diff options
context:
space:
mode:
Diffstat (limited to 'lib/keyringer/functions')
-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