Skip to content

Commit

Permalink
Merge pull request #28 from fmarco/hotfix/typo
Browse files Browse the repository at this point in the history
Hotfix to fix the downlaod typo
  • Loading branch information
donnemartin committed May 14, 2016
2 parents ba3d2a8 + c2708c8 commit 034ded0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitsome/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/data/gitignores.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 034ded0

Please sign in to comment.