From fcfb03382acb9ac307c04a3647b076038d2ba06d Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Fri, 9 Oct 2020 12:57:48 -0400 Subject: [PATCH] cloud: Add mention of cloud repo --- src/node/coder-cloud.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/node/coder-cloud.ts b/src/node/coder-cloud.ts index 570d9cc6..1241bc90 100644 --- a/src/node/coder-cloud.ts +++ b/src/node/coder-cloud.ts @@ -3,6 +3,7 @@ import { spawn } from "child_process" import path from "path" import split2 from "split2" +// https://github.com/cdr/coder-cloud const coderCloudAgent = path.resolve(__dirname, "../../lib/coder-cloud-agent") function runAgent(...args: string[]): Promise {