Skip to content

Commit

Permalink
copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Oct 19, 2016
1 parent d645ef2 commit 0285f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/command/plugin.py
Expand Up @@ -294,7 +294,7 @@ def do_install(self, url, name, show_install_notes=True):
except subprocess.CalledProcessError:
LOGGER.error('Could not install a plugin.')
print('Contents of the requirements-plugins.txt file:\n')
with io.open(reqpath, 'r', encoding='utf-8') as fh:
with io.open(req_plug_path, 'r', encoding='utf-8') as fh:
print(utils.indent(fh.read(), 4 * ' '))
print('You have to install those yourself manually.')
else:
Expand Down

0 comments on commit 0285f9c

Please sign in to comment.