Skip to content

Commit 41ec7b3

Browse files
Fix a typo on the installer script
1 parent 66fe13a commit 41ec7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def main():
5656
copy_files(plugins , plugin_dir, 0o644)
5757

5858
print("Installing manpages to %s" % color(15, manpage_dir))
59-
copy_files(plugins , manpage_dir, 0o644)
59+
copy_files(manpages, manpage_dir, 0o644)
6060
else:
6161
print("You are a %s user, doing a local install\n" % color(227, "normal"))
6262

0 commit comments

Comments
 (0)