diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-25 13:22:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-25 13:22:21 -0300 |
commit | b73cb94850981337c8f9ed9ce47c7edfe3e6e645 (patch) | |
tree | fb2cf338da314e94d3c35a998507125c87cdbe28 /lib | |
parent | d7bd2efd12dcc32dcc74a0c1665cde18fbbbd4f7 (diff) | |
download | keyringer-b73cb94850981337c8f9ed9ce47c7edfe3e6e645.tar.gz keyringer-b73cb94850981337c8f9ed9ce47c7edfe3e6e645.tar.bz2 |
Change version update commit message
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/keyringer/functions | 2 |
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 |