From c2708c8e3caac63c172f4832b4f4e0f942087d5f Mon Sep 17 00:00:00 2001 From: marco federighi Date: Sat, 14 May 2016 14:13:40 +0200 Subject: [PATCH] Hotfix to fix the downlaod typo --- gitsome/github.py | 2 +- tests/data/gitignores.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gitsome/github.py b/gitsome/github.py index 7f40d81..52587d9 100644 --- a/gitsome/github.py +++ b/gitsome/github.py @@ -378,7 +378,7 @@ def gitignore_templates(self, pager=False): click.secho((' Run the following command to view or download a ' '.gitignore file:\n' ' View: gh gitignore Python\n' - ' Downlaod: gh gitignore Python > .gitignore\n'), + ' Download: gh gitignore Python > .gitignore\n'), fg=self.config.clr_message) @authenticate diff --git a/tests/data/gitignores.py b/tests/data/gitignores.py index 37a1def..5e52214 100644 --- a/tests/data/gitignores.py +++ b/tests/data/gitignores.py @@ -14,4 +14,4 @@ # language governing permissions and limitations under the License. formatted_gitignores = u'\x1b[35m 1. \x1b[0mActionscript \x1b[0m\n\x1b[35m 2. \x1b[0mAda \x1b[0m\n\x1b[35m 3. \x1b[0mAgda \x1b[0m\n\x1b[35m 4. \x1b[0mAndroid \x1b[0m\n\x1b[35m 5. \x1b[0mAppEngine \x1b[0m\n\x1b[0m' -formatted_gitignores_tip = u' Run the following command to view or download a .gitignore file:\n View: gh gitignore Python\n Downlaod: gh gitignore Python > .gitignore\n' +formatted_gitignores_tip = u' Run the following command to view or download a .gitignore file:\n View: gh gitignore Python\n Download: gh gitignore Python > .gitignore\n'