Skip to content

Commit 3c71575

Browse files
committed
Point to existing file by default
1 parent 26ed8ff commit 3c71575

File tree

1 file changed

+2
-2
lines changed
  • compiler-rs/openapi_to_clients_schema/src

1 file changed

+2
-2
lines changed

compiler-rs/openapi_to_clients_schema/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ fn main() -> anyhow::Result<()> {
2626
let subscriber = FmtSubscriber::builder().with_max_level(Level::TRACE).finish();
2727
tracing::subscriber::set_global_default(subscriber)?;
2828

29-
// let path = "../../../ent-search/swagger/enterprise-search.json";
30-
let path = "./fixtures/kibana.serverless.yaml";
29+
let path = "../../../ent-search/swagger/enterprise-search.json";
30+
// let path = "./fixtures/kibana.serverless.yaml";
3131

3232
info!("Loading OpenAPI from {path}");
3333
let file = std::fs::File::open(path)?;

0 commit comments

Comments
 (0)