Fixes for @ammarb

This commit is contained in:
Anmol Sethi
2020-10-06 21:05:32 -04:00
parent 6e8248cf0c
commit c3c24fe4d2
3 changed files with 14 additions and 18 deletions

View File

@ -9,7 +9,7 @@ import xdgBasedir from "xdg-basedir"
const coderCloudAgent = path.resolve(__dirname, "../../lib/coder-cloud-agent")
export async function coderCloudLink(serverName: string): Promise<void> {
export async function coderCloudBind(serverName: string): Promise<void> {
const agent = spawn(coderCloudAgent, ["link", serverName], {
stdio: ["inherit", "inherit", "pipe"],
})