Skip to content

Commit

Permalink
chore: adjust checkly.config repoUrl in boilerplate projects (#821)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Nolet <[email protected]>
  • Loading branch information
stefanjudis and tnolet authored Aug 31, 2023
1 parent 18ac2b0 commit b2d542a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/advanced-project-js/checkly.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const config = defineConfig({
* See https://www.checklyhq.com/docs/cli/constructs/ to learn more about logical IDs.
*/
logicalId: 'advanced-example-project',
/* An optional URL to your Git repo */
repoUrl: 'https://github.com/checkly/checkly-cli',
/* An optional URL to your Git repo to be shown in your test sessions and resource activity log */
/* repoUrl: 'https://github.com/checkly/checkly-cli', */
/* Sets default values for Checks */
checks: {
/* A default for how often your Check should run in minutes */
Expand Down
4 changes: 2 additions & 2 deletions examples/advanced-project/checkly.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const config = defineConfig({
* See https://www.checklyhq.com/docs/cli/constructs/ to learn more about logical IDs.
*/
logicalId: 'advanced-example-project',
/* An optional URL to your Git repo */
repoUrl: 'https://github.com/checkly/checkly-cli',
/* An optional URL to your Git repo to be shown in your test sessions and resource activity log */
/* repoUrl: 'https://github.com/checkly/checkly-cli', */
/* Sets default values for Checks */
checks: {
/* A default for how often your Check should run in minutes */
Expand Down

0 comments on commit b2d542a

Please sign in to comment.