From 166f5a902141ec357f12d10abca00fb3f0b3997e Mon Sep 17 00:00:00 2001 From: brent s Date: Sat, 14 Apr 2018 17:53:55 -0400 Subject: [PATCH] . --- gpg/sksdump.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpg/sksdump.py b/gpg/sksdump.py index 1f23da5..8d2e40b 100755 --- a/gpg/sksdump.py +++ b/gpg/sksdump.py @@ -149,7 +149,7 @@ def dumpDB(args): destPrep(args) os.chdir(args['basedir']) svcMgmt('stop', args) - cmd = ['sks', + cmd = [args['sksbin'], 'dump', str(args['dumpkeys']), # How many keys per dump? os.path.join(args['destdir'], NOWstr), # Where should it go? @@ -272,7 +272,7 @@ def parseArgs(): '--sks-binary', default = paths['sksbin'], dest = 'sksbin', - help = 'The path to the SKS binary/executable to use to performt the dumps.') + help = 'The path to the SKS binary/executable to use to perform the dumps.') args.add_argument('-e', '--destdir', default = paths['destdir'],