Skip to content

Commit

Permalink
Correct numeration
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyPristensky committed Jan 9, 2024
1 parent 5d049f3 commit c7aca5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/put-maven-secrets-gradle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cat >> AppCenterReactNativeShared/android/local.properties << EOL
maven.user=${1:-$MAVEN_USER}
maven.key=${2:-$MAVEN_KEY}
maven.signingKeyId=${4:-$GDP_SIGNING_KEY_ID}
maven.secretKeyPath=${5:-$GDP_KEY_SECRET_PATH}
maven.publicKeyPassword=${6:-$GDP_KEY_PASSWORD}
maven.signingKeyId=${3:-$GDP_SIGNING_KEY_ID}
maven.secretKeyPath=${4:-$GDP_KEY_SECRET_PATH}
maven.publicKeyPassword=${5:-$GDP_KEY_PASSWORD}
EOL

0 comments on commit c7aca5d

Please sign in to comment.