Skip to content

Commit f98d0a7

Browse files
committed
intelmqsetup: fix typo in message
1 parent 6a5c2e2 commit f98d0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intelmq/bin/intelmqsetup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def intelmqsetup_manager_generate():
288288

289289
if not src_dir.as_posix().startswith('/usr/'):
290290
# Paths differ in editable installations
291-
print(red("Detected an editable (egg-link) pip-installation of intelmq-manager. Some feature of this program may not work."))
291+
print(red("Detected an editable (egg-link) pip-installation of intelmq-manager. Some features of this program may not work."))
292292

293293
intelmq_manager.build.buildhtml(html_dir_destination)
294294

0 commit comments

Comments
 (0)