Bug 1288225 - Tweak ESLint update text. r=ahal draft
authorJ. Ryan Stinnett <jryans@gmail.com>
Fri, 22 Jul 2016 15:26:50 -0500
changeset 392074 82a39b823f82ea303cbfe718208c7cb0a1e7902d
parent 391305 e0bc88708ffed39aaab1fbc0ac461d93561195de
child 392075 16143b92dbfbfae3dd00ef3bc1fbe5c987a82622
push id23932
push userbmo:jryans@gmail.com
push dateFri, 22 Jul 2016 23:35:56 +0000
reviewersahal
bugs1288225
milestone50.0a1
Bug 1288225 - Tweak ESLint update text. r=ahal MozReview-Commit-ID: 8zSAit7xXeU
tools/lint/eslint/update
--- a/tools/lint/eslint/update
+++ b/tools/lint/eslint/update
@@ -7,27 +7,27 @@ echo "To complete this script you will n
 echo " - tooltool.upload.public"
 echo " - tooltool.download.public"
 echo ""
 read -p "Are these tokens visible at the above URL (y/n)?" choice
 case "$choice" in
   y|Y )
     echo ""
     echo "1. Go to https://api.pub.build.mozilla.org/"
-    echo "2. Log In using your Mozilla LDAP account."
+    echo "2. Log in using your Mozilla LDAP account."
     echo "3. Click on \"Tokens.\""
     echo "4. Issue a user token with the permissions tooltool.upload.public and tooltool.download.public."
     echo ""
     echo "When you click issue you will be presented with a long string. Paste the string into a temporary file called ~/.tooltool-token."
     echo ""
     read -rsp $'Press any key to continue...\n' -n 1
     ;;
   n|N )
     echo ""
-    echo "You will need to contact somebody that has these permissions... people most likely to have these permissions are members of the releng, ateam, a sheriff or mratcliffe@mozilla.com."
+    echo "You will need to contact somebody that has these permissions... people most likely to have these permissions are members of the releng, ateam, a sheriff, mratcliffe, or jryans"
     exit 1
     ;;
   * )
     echo ""
   echo "Invalid input."
   continue
     ;;
 esac