Skip to content

Commit c0dcb5f

Browse files
Update initialization script
1 parent af38d1a commit c0dcb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: script/initialize-test-e2e.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ for (const search of [`/JoshuaKGoldberg/`, "create-typescript-app"]) {
3030
const { stdout } = await $`grep -i ${search} ${files}`;
3131
assert.equal(
3232
stdout,
33-
`README.md:> 💙 This package is based on [@JoshuaKGoldberg](https://github.com/JoshuaKGoldberg)'s [create-typescript-app](https://github.com/JoshuaKGoldberg/create-typescript-app).`,
33+
`README.md:> 💙 This package was templated with [@JoshuaKGoldberg](https://github.com/JoshuaKGoldberg)'s [create-typescript-app](https://github.com/JoshuaKGoldberg/create-typescript-app).`,
3434
);
3535
}
3636

0 commit comments

Comments
 (0)