mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-22 02:12:44 +01:00
Fix update-submodules script
This commit is contained in:
parent
68b15ed5d8
commit
8e296dd671
@ -7,7 +7,7 @@ set -e
|
||||
echo "*** Update submodules"
|
||||
|
||||
git submodule update --remote
|
||||
if [ `git diff --quiet ./submodules/` ]; then
|
||||
if [[ $(git diff ./submodules/) ]]; then
|
||||
git add -u submodules/
|
||||
git commit -m 'Update submodules'
|
||||
git push origin master
|
||||
|
Loading…
Reference in New Issue
Block a user