Skip to content

Commit

Permalink
Make that it does not break
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Mar 3, 2024
1 parent 424ba7f commit 5f6d892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scripts/check_deployment.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import http from 'http';
import waitOn from 'wait-on';

const url = new URL('http://localhost:3000'); // replace with your service URL
const searchString = 'Welcome to Plone2'; // replace with the string you want to search for
const searchString = 'Welcome to Plone'; // replace with the string you want to search for

// Wait for the service to be available
waitOn({ resources: [url.href] })
Expand Down

0 comments on commit 5f6d892

Please sign in to comment.