From 7232bd941afdf512991237ec7b1caba40baa7f53 Mon Sep 17 00:00:00 2001 From: Anthony Date: Tue, 12 Dec 2023 17:41:15 -0500 Subject: [PATCH] fix typo in download function (#799) --- pkgs/create/create.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/create/create.js b/pkgs/create/create.js index 2df196911..ac339b46c 100755 --- a/pkgs/create/create.js +++ b/pkgs/create/create.js @@ -164,7 +164,7 @@ if (opts["example"]) { const example = await request({ hostname: "raw.githubusercontent.com", - path: `replit/kaboom/master/example/${opts["example"]}.js`, + path: `replit/kaboom/master/examples/${opts["example"]}.js`, method: "GET", })