Skip to content

Commit 39a70d9

Browse files
committed
Fetch READMEs from my fork, until PR lands in TrustMark repo
1 parent 186964c commit 39a70d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/fetch-readme.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,15 +222,15 @@ const readmes = [
222222
},
223223
{
224224
dest: resolve(__dirname, '../docs/trustmark/rust/README.md'),
225-
repo: 'adobe/trustmark',
225+
repo: 'crandmck/trustmark',
226226
path: 'rust/README.md',
227227
},
228228
{
229229
dest: resolve(
230230
__dirname,
231231
'../docs/trustmark/rust/crates/trustmark-cli/README.md',
232232
),
233-
repo: 'adobe/trustmark',
233+
repo: 'crandmck/trustmark',
234234
path: 'rust/crates/trustmark-cli/README.md',
235235
},
236236
];

0 commit comments

Comments
 (0)