Skip to content

Commit 793f272

Browse files
committed
One more List->Map.
1 parent bd5ce97 commit 793f272

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/cmds/config.toit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ show-config invocation/Invocation:
184184
default-broker/string? := config.get CONFIG-BROKER-DEFAULT-KEY
185185
default-org/string? := config.get CONFIG-ORGANIZATION-DEFAULT-KEY
186186
servers/Map? := config.get CONFIG-SERVERS-KEY
187-
auths/List? := config.get CONFIG-SERVER-AUTHS-KEY
187+
auths/Map? := config.get CONFIG-SERVER-AUTHS-KEY
188188
recovery-urls/List? := config.get CONFIG-RECOVERY-SERVERS-KEY
189189

190190
if ui.wants-structured:

0 commit comments

Comments
 (0)