Skip to content

Commit

Permalink
Update ghp-import pypi name in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Jan 23, 2016
1 parent 2ed5d3e commit 3ac559e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/command/github_deploy.py
Expand Up @@ -53,7 +53,7 @@ def check_ghp_import_installed():
except OSError:
# req_missing defaults to `python=True` — and it’s meant to be like this.
# `ghp-import` is installed via pip, but the only way to use it is by executing the script it installs.
req_missing(['ghp-import'], 'deploy the site to GitHub Pages')
req_missing(['ghp-import2'], 'deploy the site to GitHub Pages')


class CommandGitHubDeploy(Command):
Expand Down

0 comments on commit 3ac559e

Please sign in to comment.