diff --git a/website/src/repl/create_strudel_json.mjs b/website/src/repl/create_strudel_json.mjs index d1a1c54e3..d07c67928 100644 --- a/website/src/repl/create_strudel_json.mjs +++ b/website/src/repl/create_strudel_json.mjs @@ -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(); }) - + }); \ No newline at end of file