mirror of https://github.com/embarklabs/embark.git
fix typo
This commit is contained in:
parent
c1113dda00
commit
d9959f5599
|
@ -14,7 +14,7 @@ var run = function(cmd) {
|
|||
}
|
||||
}
|
||||
|
||||
var deploy = fnction(embarkConfig) {
|
||||
var deploy = function(embarkConfig) {
|
||||
contractFiles = grunt.file.expand(embarkConfig.contracts);
|
||||
destFile = embarkConfig.output
|
||||
Embark.init()
|
||||
|
|
Loading…
Reference in New Issue