Skip to content

Commit bb6c709

Browse files
authored
[cli] fix the order of parameters parsing (#14476)
1 parent 799bca8 commit bb6c709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/public/lib/ydb_cli/commands/ydb_root_common.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,11 +350,11 @@ void TClientCommandRootCommon::ExtractParams(TConfig& config) {
350350
ParseProfile();
351351

352352
ParseDatabase(config);
353+
ParseAddress(config);
353354
ParseCaCerts(config);
354355
ParseIamEndpoint(config);
355356

356357
ParseCredentials(config);
357-
ParseAddress(config);
358358
}
359359

360360
namespace {

0 commit comments

Comments
 (0)