Skip to content

Commit bf29293

Browse files
author
Brent Cook
committed
Land rapid7#8363, allow saving aggregator connection details
2 parents d511491 + 04aa3f8 commit bf29293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/aggregator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def show_session_detailed(details, target, local_id)
112112

113113
def cmd_aggregator_save(*args)
114114
# if we are logged in, save session details to aggregator.yaml
115-
if args.length == 0 || args[0] == "-h"
115+
if args.length > 0 || args[0] == "-h"
116116
usage_save
117117
return
118118
end

0 commit comments

Comments
 (0)