aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlice Ferrazzi <alicef@gentoo.org>2017-06-20 23:04:45 +0900
committerAlice Ferrazzi <alicef@gentoo.org>2017-06-20 23:04:45 +0900
commit1b588685d092240ded91bfd0e6309a767bfd6224 (patch)
tree1b06a3ddbbf68878c194f026d87d501606400199 /elivepatch_client
parentmade client config post function (diff)
downloadelivepatch-1b588685d092240ded91bfd0e6309a767bfd6224.tar.gz
elivepatch-1b588685d092240ded91bfd0e6309a767bfd6224.tar.bz2
elivepatch-1b588685d092240ded91bfd0e6309a767bfd6224.zip
patch for sending the correct filename
Diffstat (limited to 'elivepatch_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):