summaryrefslogtreecommitdiff
path: root/whatmaps
diff options
context:
space:
mode:
Diffstat (limited to 'whatmaps')
-rwxr-xr-xwhatmaps2
1 files changed, 1 insertions, 1 deletions
diff --git a/whatmaps b/whatmaps
index 379fc61..f350915 100755
--- a/whatmaps
+++ b/whatmaps
@@ -544,7 +544,7 @@ def main(argv):
logging.warning("No service script found in '%s' for '%s' "
"- restart manually" % (pkg.name, pkg.procs))
else:
- all_services = all_services.union(services)
+ all_services.update(services)
except NotImplementedError:
if level > logging.INFO:
logging.error("Getting Service listing not implemented "