indentation

This commit is contained in:
PromptPunksFauxCough 2025-03-07 22:37:34 +00:00 committed by GitHub
parent c11d02a3e4
commit c381755f9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -133,7 +133,7 @@ function build {
# Build
git clone --depth=1 $SOURCE_URL
GIT_DIR=$(awk -F'/' '{ print $NF }' <<< "$SOURCE_URL")
cd ${GIT_DIR}
cd ${GIT_DIR}
git checkout master
sed -i 's|XMR_STAGENET|XMR_MAINNET|g' desktop/package/package.gradle
./gradlew clean build --refresh-keys --refresh-dependencies