We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1113dd commit d9959f5Copy full SHA for d9959f5
bin/embark
@@ -14,7 +14,7 @@ var run = function(cmd) {
14
}
15
16
17
-var deploy = fnction(embarkConfig) {
+var deploy = function(embarkConfig) {
18
contractFiles = grunt.file.expand(embarkConfig.contracts);
19
destFile = embarkConfig.output
20
Embark.init()
0 commit comments