fixed formatting in commit message

This commit is contained in:
Bella 2020-04-28 13:29:56 -04:00
parent 7f22fa6ebb
commit d52bfa4aeb
No known key found for this signature in database
GPG Key ID: DBD4A6030080C8B3
1 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@ cd ~/website/
git pull
sed -i "s|beta_jar_url:.*|beta_jar_url: https://github.com/kami-blue/nightly-releases/releases/download/'${CUR_VER}'-'${COMMIT_TRIM}'/'${JAR_DIR}'|g" docs/_config.yml
sed -i "s|beta_ver:.*|beta_ver: v'${CUR_VER}'-'${COMMIT_TRIM}'|g" docs/_config.yml
git commit -a -m "bump ver to '${CUR_VER}'-'${COMMIT_TRIM}'"
git commit -a -m "bump ver to v${CUR_VER}-${COMMIT_TRIM}"
git push origin master