Skip to content

Commit

Permalink
Fix metascript reference in build.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Gal Falkon committed Nov 13, 2021
1 parent 1df5aee commit 3efea51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
var fs = require('fs');
var file = require('file');
var archiver = require('archiver');
var MetaScript = require('MetaScript');
var MetaScript = require('metascript');


var BASE_DIR = '..';
Expand Down

0 comments on commit 3efea51

Please sign in to comment.