This commit is contained in:
Jade (Rose) Rowland
2025-06-26 20:02:18 -04:00
parent f60894f2ce
commit 95fee04bea
+2 -2
View File
@@ -42,11 +42,11 @@ rl.question(`enter sample folder path: `, async path => {
const repo = githubparams[2];
hosturl = `https://raw.githubusercontent.com/${username}/${repo}/main/`
console.log('reformatting github URL to: ', hosturl )
console.log('reformatting github URL to: ', hosturl)
}
await writeStrudelJson(path, hosturl)
rl.close();
})
});