Skip to content

Commit a39e22b

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

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/node/entry.ts

+1-1
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)