diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2020-05-01 20:33:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-01 15:33:11 -0400 |
| commit | 96fd0f4692126516239d61784caf6599aa884844 (patch) | |
| tree | 8ebeafc5562297104390da4d0c159940006fc28f /std/http | |
| parent | 6661e7e287aa595eccdc8d49940c40953b1f69bc (diff) | |
BREAKING: feat(cli/installer): Support guessing the executable name (#5036)
Diffstat (limited to 'std/http')
| -rwxr-xr-x | std/http/file_server.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/http/file_server.ts b/std/http/file_server.ts index cc92e0d47..ded930db5 100755 --- a/std/http/file_server.ts +++ b/std/http/file_server.ts @@ -63,7 +63,7 @@ if (serverArgs.h ?? serverArgs.help) { Serves a local directory in HTTP. INSTALL: - deno install --allow-net --allow-read file_server https://deno.land/std/http/file_server.ts + deno install --allow-net --allow-read https://deno.land/std/http/file_server.ts USAGE: file_server [path] [options] |
