From 26a4ec6535ade34741f9d01d4ae3178ed650b4f4 Mon Sep 17 00:00:00 2001 From: Pavitra Behre <7106809+pavitra14@users.noreply.github.com> Date: Thu, 27 Feb 2020 23:47:51 +0530 Subject: [PATCH] Fix Issue #8 Update README in /normalize_repos with new script name --- normalize_repos/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/normalize_repos/README.md b/normalize_repos/README.md index f64212a..1f8b70b 100644 --- a/normalize_repos/README.md +++ b/normalize_repos/README.md @@ -11,4 +11,4 @@ This script will only update color and description of existing labels or create 1. Install [Pipenv](https://pipenv.readthedocs.io/en/latest/) 2. Navigate to the `normalize_repos` folder and run `pipenv install` 3. Set the `GITHUB_TOKEN` environment variable with your GitHub token. You will need a GitHub token with admin permissions to the `creativecommons` GitHub organization. -4. Run the script: `python3 standardize_labels.py` +4. Run the script: `python3 normalize_repos.py`