Skip to content

Commit

Permalink
Fix remote branch in update script.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed May 13, 2022
1 parent 5e1c4df commit 88697cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 88697cb

Please sign in to comment.