From 3442157e16785b882a73c5102b0d9f9edf8cad04 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Thu, 25 Sep 2014 20:39:04 -0600 Subject: [PATCH] Fix command-installer-spec --- spec/command-installer-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/command-installer-spec.coffee b/spec/command-installer-spec.coffee index 7a97094f4..b87a08edc 100644 --- a/spec/command-installer-spec.coffee +++ b/spec/command-installer-spec.coffee @@ -20,7 +20,7 @@ describe "install(commandPath, callback)", -> installDone = false installError = null - installer.install commandFilePath, false, (error) -> + installer.createSymlink commandFilePath, false, (error) -> installDone = true installError = error