From 8170ee197ba8817b8c313ea16dd0fff1a70f26f6 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sun, 13 Dec 2015 07:23:16 +0400 Subject: [PATCH] Update the command JSON for testing. --- .../com/beust/kobalt/internal/remote/GetDependenciesCommand.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/com/beust/kobalt/internal/remote/GetDependenciesCommand.kt b/src/main/kotlin/com/beust/kobalt/internal/remote/GetDependenciesCommand.kt index 4c07493f..73b58236 100644 --- a/src/main/kotlin/com/beust/kobalt/internal/remote/GetDependenciesCommand.kt +++ b/src/main/kotlin/com/beust/kobalt/internal/remote/GetDependenciesCommand.kt @@ -75,6 +75,6 @@ class GetDependenciesCommand @Inject constructor(val executors: KobaltExecutors, fun main(argv: Array) { val socket = Socket("localhost", 1234) (PrintWriter(socket.outputStream, true)).use { out -> - out.println("""{ "name" : "getDependencies", "buildFile": "/c/users/cbeust/kotlin/kobalt/kobalt/src/Build.kt" }""") + out.println("""{ "name" : "getDependencies", "buildFile": "/Users/beust/kotlin/kobalt/kobalt/src/Build.kt"}""") } } \ No newline at end of file