Skip to content

Commit efcbf81

Browse files
committed
fix: docs link in error message
1 parent 3986487 commit efcbf81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/modules/googleapis/auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
const { google } = require('googleapis')
77

88
if (!process.env.GOOGLE_CLIENT_ID) {
9-
throw new Error('No config available. Add a .env file or make all the config available through env variables. Please check the docs at https://github.com/ProtoSchool/protoschool.github.io/tree/feat/events/scripts')
9+
throw new Error('No config available. Add a .env file or make all the config available through env variables. Please check the docs at https://github.com/ProtoSchool/protoschool.github.io/tree/code/scripts')
1010
}
1111

1212
const credentials = {

0 commit comments

Comments
 (0)