From e08ec807e8db071c936747cdcd3ebfc593cad6c8 Mon Sep 17 00:00:00 2001 From: Grantland Chew Date: Tue, 6 Oct 2015 16:45:36 -0700 Subject: [PATCH] Clean up whitesace & typos --- Parse/build.gradle | 2 +- scripts/publish_snapshot.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Parse/build.gradle b/Parse/build.gradle index 14ed1a7d1..a2e94e8f2 100644 --- a/Parse/build.gradle +++ b/Parse/build.gradle @@ -129,7 +129,7 @@ uploadArchives { scm { connection 'scm:git@github.com:ParsePlatform/Parse-SDK-Android.git' developerConnection 'scm:git@github.com:ParsePlatform/Parse-SDK-Android.git' - url 'https://github.com/ParsePlatform/Parse-SDK-Androidd' + url 'https://github.com/ParsePlatform/Parse-SDK-Android' } licenses { diff --git a/scripts/publish_snapshot.sh b/scripts/publish_snapshot.sh index 90004035a..364cde3f0 100755 --- a/scripts/publish_snapshot.sh +++ b/scripts/publish_snapshot.sh @@ -14,7 +14,7 @@ elif [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then echo "Skipping publishing SNAPSHOT: wrong branch. Expected '$BRANCH' but was '$TRAVIS_BRANCH'" else echo "Publishing SNAPSHOT..." - ./gradlew uploadArchives + ./gradlew uploadArchives echo "SNAPSHOT published!" fi