aboutsummaryrefslogtreecommitdiffstats
path: root/BUILD.md
diff options
context:
space:
mode:
authorNikita Kozlovskiy <nikitka@gmail.com>2023-06-13 15:57:27 +0000
committernkozlovskiy <nmk@ydb.tech>2023-06-13 18:57:27 +0300
commit7971a740bba1eec1f6de7eb057f2e7c8429b5af6 (patch)
treeb49f79ecb0b25a86fa0d7b617f94bc6417d03dd6 /BUILD.md
parenteb8e6ca2ae24ab49502af9372b0229b11b595d05 (diff)
downloadydb-7971a740bba1eec1f6de7eb057f2e7c8429b5af6.tar.gz
BUILD.md typo fix
BUILD.md typo fix Pull Request resolved: #257
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index 0d7225565b..0452ac2c31 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -119,7 +119,7 @@ With enabled Ccache, you can finish the compilation of all targets on supported
```bash
ccache -o remote_storage="http://158.160.20.102:8080|read-only|layout=bazel"
ccache -o sloppiness=locale
- ccache -o basedir=~/ydbwork/
+ ccache -o base_dir=~/ydbwork/
```
</details>