From 88697cbfe33723ac68df1b824cbf1ca711b11c9c Mon Sep 17 00:00:00 2001 From: Maik Marschner Date: Fri, 13 May 2022 22:44:40 +0200 Subject: [PATCH] Fix remote branch in update script. --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index e2fdd2c..605ac74 100755 --- a/update.sh +++ b/update.sh @@ -6,4 +6,4 @@ npm test VERSION=`cat node_modules/@mdi/js/package.json | jq -r .version` git add --all git commit -m "Update to mdi $VERSION." -git push origin master +git push origin mui-v4