Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.

Commit 7232bd9

Browse files
authored
fix typo in download function (#799)
1 parent 9fa95ea commit 7232bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/create/create.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ if (opts["example"]) {
164164

165165
const example = await request({
166166
hostname: "raw.githubusercontent.com",
167-
path: `replit/kaboom/master/example/${opts["example"]}.js`,
167+
path: `replit/kaboom/master/examples/${opts["example"]}.js`,
168168
method: "GET",
169169
})
170170

0 commit comments

Comments
 (0)