1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00
This commit is contained in:
Raymond Hill 2023-08-19 08:56:57 -04:00
parent bcc0803bb5
commit faa4b7b69a
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -56,7 +56,6 @@ if [ "$UBO_VERSION" != "HEAD" ]; then
git remote add origin "https://github.com/gorhill/uBlock.git" git remote add origin "https://github.com/gorhill/uBlock.git"
git fetch --depth 1 origin "$UBO_VERSION" git fetch --depth 1 origin "$UBO_VERSION"
git checkout -q FETCH_HEAD git checkout -q FETCH_HEAD
cd ..
else else
UBO_DIR=. UBO_DIR=.
fi fi