diff --git a/lib/app.js b/lib/app.js index c5138d4e..9792fbb4 100644 --- a/lib/app.js +++ b/lib/app.js @@ -45,7 +45,7 @@ class App { this.copyPackages = config.copyPackages || []; // Only copy specific node_modules packages into coverageEnv this.testrpcOptions = config.testrpcOptions || null; // Options for testrpc-sc this.testCommand = config.testCommand || null; // Optional test command - this.testCommand = config.compileCommand || null; // Optional compile command + this.compileCommand = config.compileCommand || null; // Optional compile command this.setLoggingLevel(config.silent); }