From fb1d3747a60fa9261c6bf1efc6d079f2b5d6935f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 2 Apr 2017 19:15:01 +0200 Subject: [PATCH] Maker update script also run the forge update step --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 32a72b3..25df874 100755 --- a/update.sh +++ b/update.sh @@ -23,6 +23,7 @@ function fail_out { currentDate=`date --iso-8601` ./updateMojang.py || fail_in +./updateForge.py || fail_in cd "${BASEDIR}/${UPSTREAM_DIR}" git add mojang/version_manifest.json mojang/versions/* mojang/assets/* forge/*.json || fail_in if ! git diff --cached --exit-code ; then