Skip to content

Commit 04aa3f8

Browse files
committed
address save for aggregator connect details
1 parent 72388a9 commit 04aa3f8

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)