Skip to content

Commit

Permalink
fix cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
karencfv committed Aug 13, 2024
1 parent 45f8ae5 commit 9e424e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clickhouse-admin/src/bin/clickhouse-admin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ enum Args {
}

// TODO: Remove this comment and move config file to smf/clickhouse-admin
// Test with clickhouse-admin run --http-address [::1]:8888 --config-file-path ./clickhouse-admin/dummy-config.toml
// Test with cargo run --bin=clickhouse-admin -- run --http-address [::1]:8888 --config-file-path ./clickhouse-admin/dummy-config.toml

#[tokio::main]
async fn main() {
Expand Down

0 comments on commit 9e424e5

Please sign in to comment.