Skip to content

Commit e08ec80

Browse files
committed
Clean up
whitesace & typos
1 parent dbf80ec commit e08ec80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Parse/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ uploadArchives {
129129
scm {
130130
connection 'scm:[email protected]:ParsePlatform/Parse-SDK-Android.git'
131131
developerConnection 'scm:[email protected]:ParsePlatform/Parse-SDK-Android.git'
132-
url 'https://github.com/ParsePlatform/Parse-SDK-Androidd'
132+
url 'https://github.com/ParsePlatform/Parse-SDK-Android'
133133
}
134134

135135
licenses {

scripts/publish_snapshot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ elif [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then
1414
echo "Skipping publishing SNAPSHOT: wrong branch. Expected '$BRANCH' but was '$TRAVIS_BRANCH'"
1515
else
1616
echo "Publishing SNAPSHOT..."
17-
./gradlew uploadArchives
17+
./gradlew uploadArchives
1818
echo "SNAPSHOT published!"
1919
fi
2020

0 commit comments

Comments
 (0)