mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
style
This commit is contained in:
parent
faee2b30bd
commit
b04a7e8212
@ -180,6 +180,8 @@ int mainEntryClickHouseInstall(int argc, char ** argv)
|
||||
|
||||
/// TODO An option to link instead of copy - useful for developers.
|
||||
|
||||
std::cout << options["prefix"].as<std::string>() << std::endl;
|
||||
|
||||
fs::path prefix = fs::path(options["prefix"].as<std::string>());
|
||||
fs::path bin_dir = prefix / fs::path(options["binary-path"].as<std::string>());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user