From 3f30d2a135ee300dfa1b683e1dc458674fd57470 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Fri, 28 Aug 2015 01:25:48 +0100 Subject: [PATCH] Use the correct names --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 1be721c7d80..a18f5e7afdd 100755 --- a/setup.py +++ b/setup.py @@ -205,9 +205,9 @@ class GenerateSaltSyspaths(Command): base_master_roots_dir=self.distribution.salt_base_master_roots_dir, logs_dir=self.distribution.salt_logs_dir, pidfile_dir=self.distribution.salt_pidfile_dir, - spm_formula_path=self.distribution.salt_spm_formula_path, - spm_pillar_path=self.distribution.salt_spm_pillar_path, - spm_reactor_path=self.distribution.salt_spm_reactor_path, + spm_formula_path=self.distribution.salt_spm_formula_dir, + spm_pillar_path=self.distribution.salt_spm_pillar_dir, + spm_reactor_path=self.distribution.salt_spm_reactor_dir, ) )