We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5ce97 commit 793f272Copy full SHA for 793f272
1 file changed
src/cli/cmds/config.toit
@@ -184,7 +184,7 @@ show-config invocation/Invocation:
184
default-broker/string? := config.get CONFIG-BROKER-DEFAULT-KEY
185
default-org/string? := config.get CONFIG-ORGANIZATION-DEFAULT-KEY
186
servers/Map? := config.get CONFIG-SERVERS-KEY
187
- auths/List? := config.get CONFIG-SERVER-AUTHS-KEY
+ auths/Map? := config.get CONFIG-SERVER-AUTHS-KEY
188
recovery-urls/List? := config.get CONFIG-RECOVERY-SERVERS-KEY
189
190
if ui.wants-structured:
0 commit comments