address save for aggregator connect details

bug/bundler_fix
Jeffrey Martin 2017-05-09 11:20:49 -05:00
parent 72388a957f
commit 04aa3f8daa
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ module Msf
def cmd_aggregator_save(*args)
# if we are logged in, save session details to aggregator.yaml
if args.length == 0 || args[0] == "-h"
if args.length > 0 || args[0] == "-h"
usage_save
return
end