replace remaining cdr github links

This commit is contained in:
Ben Potter
2022-01-30 07:32:43 -06:00
parent 97d864d09f
commit 0381f1400c
18 changed files with 37 additions and 37 deletions

View File

@ -3,7 +3,7 @@ import { spawn } from "child_process"
import path from "path"
import split2 from "split2"
// https://github.com/cdr/coder-cloud
// https://github.com/coder/coder-cloud
const coderCloudAgent = path.resolve(__dirname, "../../lib/coder-cloud-agent")
function runAgent(...args: string[]): Promise<void> {