Skip to content

Commit 0895b48

Browse files
authored
Merge pull request #5414 from HSLdevcom/update-schema-update
Update OTP dev branch
2 parents 8701aa3 + 1f9e0ac commit 0895b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/generate-schema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const http = require('https');
44

55
const graphqlSchemaSource =
66
process.env.SCHEMA_SRC ||
7-
'https://raw.githubusercontent.com/HSLdevcom/OpenTripPlanner/dev-2.x/application/src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls';
7+
'https://raw.githubusercontent.com/HSLdevcom/OpenTripPlanner/v2/application/src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls';
88
const outputGraphQLFilename = 'schema.graphql';
99
const outputGraphQLFileCopy = `../digitransit-search-util/packages/digitransit-search-util-query-utils/schema/${outputGraphQLFilename}`;
1010

0 commit comments

Comments
 (0)