From ae7647cb12f6659ab7f1e69fb91e3289f22d1978 Mon Sep 17 00:00:00 2001 From: Evgeniy Sokolov Date: Tue, 13 Feb 2018 23:27:05 +0100 Subject: [PATCH] fix commit --- files/run_on_master.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/run_on_master.sh b/files/run_on_master.sh index c18ab6f..0ca4c49 100644 --- a/files/run_on_master.sh +++ b/files/run_on_master.sh @@ -33,7 +33,7 @@ git checkout upstream/master -q LC_ALL=ru_RU.UTF8 sort files/dictionary.dic -o files/dictionary.dic -f if ! git diff --quiet; then - git commit -q --message "Travis #$TRAVIS_BUILD_NUMBER: dictionary rearrangement" + git commit -q -am "Travis #$TRAVIS_BUILD_NUMBER: dictionary rearrangement" git push echo "Dictionary was rearranged" fi @@ -42,7 +42,7 @@ git checkout upstream/gh-pages bash update.sh if ! git diff --quiet; then - git commit -q --message "Travis #$TRAVIS_BUILD_NUMBER: sync github pages" + git commit -q -am "Travis #$TRAVIS_BUILD_NUMBER: sync github pages" git push echo "Github pages was updated" fi