Skip to content

Commit d068af1

Browse files
committed
node: coder-cloud -> coder_cloud
File names should not have dashes.
1 parent 3612076 commit d068af1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/node/entry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515
shouldOpenInExistingInstance,
1616
shouldRunVsCodeCli,
1717
} from "./cli"
18-
import { coderCloudBind } from "./coder-cloud"
18+
import { coderCloudBind } from "./coder_cloud"
1919
import { commit, version } from "./constants"
2020
import { register } from "./routes"
2121
import { humanPath, isFile, open } from "./util"

0 commit comments

Comments
 (0)