Fixed typo
Bryan Roe committed
May 13, 2019 at 14:39 UTC
ff09ec9346f3f9584f9e2fb2243faa5f41fca374
1 file changed
+1
-1
agents/meshcore.js
+1
-1
@@ -77,7 +77,7 @@ function createMeshCore(agent) {
77
fix += (" child.stdin.write('launchctl unload /Library/LaunchDaemons/meshagent_osx64_LaunchDaemon.plist\\n');\n");
78
fix += (" child.stdin.write('launchctl load /Library/LaunchDaemons/meshagent_osx64_LaunchDaemon.plist\\n');\n");
79
fix += (" child.stdin.write('rm /Library/LaunchDaemons/meshagentRepair.plist\\n');\n");
80
- fix += (" child.stdin.write('rm " + process.cwd() + "/macosRepair.js/\\n');\n");
80
+ fix += (" child.stdin.write('rm " + process.cwd() + "/macosRepair.js\\n');\n");
81
fix += (" child.stdin.write('launchctl stop meshagentRepair\\nexit\\n');\n");
82
fix += (" child.waitExit();\n");
83
fix += ("}\n");