From b74787f97473e8272d9eb68b77e3eb4d629aac2c Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Mon, 13 May 2019 14:39:12 -0700 Subject: [PATCH] Fixed typo --- agents/meshcore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/meshcore.js b/agents/meshcore.js index 26fcfb43..7e802935 100644 --- a/agents/meshcore.js +++ b/agents/meshcore.js @@ -77,7 +77,7 @@ function createMeshCore(agent) { fix += (" child.stdin.write('launchctl unload /Library/LaunchDaemons/meshagent_osx64_LaunchDaemon.plist\\n');\n"); fix += (" child.stdin.write('launchctl load /Library/LaunchDaemons/meshagent_osx64_LaunchDaemon.plist\\n');\n"); fix += (" child.stdin.write('rm /Library/LaunchDaemons/meshagentRepair.plist\\n');\n"); - fix += (" child.stdin.write('rm " + process.cwd() + "/macosRepair.js/\\n');\n"); + fix += (" child.stdin.write('rm " + process.cwd() + "/macosRepair.js\\n');\n"); fix += (" child.stdin.write('launchctl stop meshagentRepair\\nexit\\n');\n"); fix += (" child.waitExit();\n"); fix += ("}\n");