Fix autoroller instructions
authorSkia_Android Canary Bot <rmistry@google.com>
Mon, 23 Jan 2017 15:44:38 +0000 (10:44 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Mon, 23 Jan 2017 15:53:15 +0000 (15:53 +0000)
BUG=skia:6065

NOTRY=true
DOCS_PREVIEW= https://skia.org/?cl=7377

Change-Id: Iefd6af3104f4aea2f2ae93c556b6b429e54ebff4
Reviewed-on: https://skia-review.googlesource.com/7377
Reviewed-by: Matt Sarett <msarett@google.com>
Commit-Queue: Ravi Mistry <rmistry@google.com>

site/dev/sheriffing/android.md

index 2845d29..fd2544e 100644 (file)
@@ -30,12 +30,12 @@ The Android autoroller runs on the [client.skia.internal](https://chromegw.corp.
 
 If you need to stop the autoroller then do the following steps:
 
-* echo "stop" > /tmp/action
+* echo stop > /tmp/action
 * gsutil cp /tmp/action gs://skia-android-autoroller/action
 
 To turn the autoroller back on:
 
-* echo "start" > /tmp/action
+* echo start > /tmp/action
 * gsutil cp /tmp/action gs://skia-android-autoroller/action
 
 If you need any more information about the autoroller please look at [skia:6065](https://bugs.chromium.org/p/skia/issues/detail?id=6065) or ask rmistry@ / skiabot@.