[devdocsgjs/main: 591/1867] Update issue message and issue repository




commit 227fbfe70f5422e10ebba3c2d82bfa42c8d49335
Author: Jasper van Merle <jaspervmerle gmail com>
Date:   Sun Mar 10 03:26:23 2019 +0100

    Update issue message and issue repository

 lib/tasks/updates.thor | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/lib/tasks/updates.thor b/lib/tasks/updates.thor
index b7e251fb..66134581 100644
--- a/lib/tasks/updates.thor
+++ b/lib/tasks/updates.thor
@@ -1,11 +1,9 @@
 class UpdatesCLI < Thor
   # The GitHub user that is allowed to upload reports
-  # TODO: Update this before creating a PR
   UPLOAD_USER = 'devdocs-bot'
 
   # The repository to create an issue in when uploading the results
-  # TODO: Update this before creating a PR
-  UPLOAD_REPO = 'jmerle/devdocs'
+  UPLOAD_REPO = 'freeCodeCamp/devdocs'
 
   def self.to_s
     'Updates'
@@ -207,7 +205,7 @@ class UpdatesCLI < Thor
 
 This is an automatically created issue which contains information about the version status of the 
documentations available on DevDocs. The results of this report can be used by maintainers when updating 
outdated documentations.
 
-Maintainers can close this issue when all documentations are up-to-date. This issue is automatically closed 
when the next report is created.#{travis_str}
+Maintainers can close this issue when all documentations are up-to-date. The issue is also automatically 
closed when the next report is created.#{travis_str}
 
 ## Results
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]