From 56fd46d9c35cc6bfe270b12d295e95c20c16fa37 Mon Sep 17 00:00:00 2001 From: perry Date: Tue, 15 Mar 2016 16:09:53 -0500 Subject: [PATCH] setting the benign tweak back how it was --- scripts/docs/update_docs.sh | 2 +- src/plugins/apprate.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/docs/update_docs.sh b/scripts/docs/update_docs.sh index 9973c9595..9ad1ab6ca 100755 --- a/scripts/docs/update_docs.sh +++ b/scripts/docs/update_docs.sh @@ -38,7 +38,7 @@ function run { git config --global user.email "hi@ionicframework.com" git config --global user.name "Ionitron" git add -A - git commit -am "Automated build of platform docs $CIRCLE_PROJECT_REPONAME $CIRCLE_SHA1" + git commit -am "Automated build of platform docs driftyco/$CIRCLE_PROJECT_REPONAME@$CIRCLE_SHA1" git push origin master echo "-- Updated docs for $VERSION_NAME succesfully!" diff --git a/src/plugins/apprate.ts b/src/plugins/apprate.ts index e92b6e72b..61f98c4c0 100644 --- a/src/plugins/apprate.ts +++ b/src/plugins/apprate.ts @@ -50,7 +50,7 @@ export class AppRate { /** * Prompts the user for rating * - * @param {boolean} immediately Show the rating prompt immediately + * @param {boolean} immediately Show the rating prompt immediately. */ @Cordova() static promptForRating(immediately: boolean): void {};