summaryrefslogtreecommitdiff
path: root/src/core/manager.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-04-06 20:48:58 +0200
committerLennart Poettering <lennart@poettering.net>2016-04-12 13:43:31 +0200
commit9183df707bde9e83d838e7b5a05db0c5f4b55e6d (patch)
tree50e29e20f1aaae9b8479c1e0728ed752470040cc /src/core/manager.c
parent07a7864324e146662cb06f49fc3cd666788e2e2f (diff)
install: rename generator_paths() → generator_binary_paths()
This is too confusing, as this funciton returns the paths to the generator binaries, while usually when we refer to the just the "generator path" we mean the generated unit files. Let's clean this up.
Diffstat (limited to 'src/core/manager.c')
-rw-r--r--src/core/manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/manager.c b/src/core/manager.c
index 6ce3e404c9..91fe9c2d5b 100644
--- a/src/core/manager.c
+++ b/src/core/manager.c
@@ -2715,7 +2715,7 @@ static int manager_run_generators(Manager *m) {
if (m->test_run)
return 0;
- paths = generator_paths(m->unit_file_scope);
+ paths = generator_binary_paths(m->unit_file_scope);
if (!paths)
return log_oom();