Skip to content

Commit b52b6aa

Browse files
chore: rename to APOLLO_GRAPHQL_SCHEMA_URL
1 parent d8b474f commit b52b6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rover-client/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fn main() -> std::io::Result<()> {
1919
write(".schema/last_run.uuid", Uuid::new_v4())
2020
.expect("Failed to write UUID to .schema/last_run.uuid");
2121

22-
let schema_url = option_env!("APOLLO_GPAPHQL_SCHEMA_URL")
22+
let schema_url = option_env!("APOLLO_GRAPHQL_SCHEMA_URL")
2323
.unwrap_or_else(|| "https://api.apollographql.com/api/schema");
2424

2525
let client = Client::new();

0 commit comments

Comments
 (0)