This commit is contained in:
probablycorey 2014-02-13 10:08:08 -08:00
parent c7bd1f0a87
commit 9300ee0f47

View File

@ -20,7 +20,7 @@ describe "install(commandPath, callback)", ->
installDone = false
installError = null
installer.install commandFilePath, (error) ->
installer.install commandFilePath, false, (error) ->
installDone = true
installError = error