aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'elivepatch_client/client')
-rw-r--r--elivepatch_client/client/checkers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/elivepatch_client/client/checkers.py b/elivepatch_client/client/checkers.py
index 3206a42..cf94ad7 100644
--- a/elivepatch_client/client/checkers.py
+++ b/elivepatch_client/client/checkers.py
@@ -30,7 +30,7 @@ class Kernel(object):
print (os.path.basename(self.config))
path, file = (os.path.split(self.config))
rest_manager = restful.ManaGer(url)
- rest_manager.send_config(self.config, 'config.txt')
+ rest_manager.send_config(self.config, file)
pass
class CVE(object):