diff options
| author | Daniil Cherednik <[email protected]> | 2022-02-15 18:36:34 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-15 18:36:34 +0300 |
| commit | 9554bbba26050a39d8b787e93e6edbc466d68504 (patch) | |
| tree | 5bfcd56b674443e84e3c8cd71ea2786f435c91e6 | |
| parent | 2d9dc043c662c86787d835ec189b2c9da1578071 (diff) | |
Do not use same library name multiple time. KIKIMR-14364
ref:09ed1759a6075da251f6c1b88ee73ac51f4e413e
| -rw-r--r-- | ydb/public/lib/ydb_cli/commands/ya.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/public/lib/ydb_cli/commands/ya.make b/ydb/public/lib/ydb_cli/commands/ya.make index d453592849d..6d622dc1e4c 100644 --- a/ydb/public/lib/ydb_cli/commands/ya.make +++ b/ydb/public/lib/ydb_cli/commands/ya.make @@ -1,4 +1,4 @@ -LIBRARY(commands) +LIBRARY(clicommands) OWNER(g:kikimr) |
