Skip to content

Commit 9e34bd2

Browse files
committedDec 25, 2019
commit
1 parent 7f88ae4 commit 9e34bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎migrations/2_deploy_contracts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var METoken = artifacts.require("METoken");
22

33
module.exports = function(deployer) {
4-
// Deploy the METoken contract as our only task
4+
// Deploy the METoken .contract as our only task
55
deployer.deploy(METoken);
66
};

0 commit comments

Comments
 (0)
Please sign in to comment.