Skip to content

Commit

Permalink
gnosis submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Ino Murko committed Aug 6, 2020
1 parent 9ebb8e5 commit 742b932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MultiSigWalletOverride/migrations/2_deploy_contracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = deployer => {
console.error("Multisig with daily limit requires to pass owner " +
"list, required confirmations and daily limit");
} else if (args.length < 6) {
console.log(deployer.deploy(MultisigWalletWithoutDailyLimit, args[3].split(","), args[4])).then(function() {
deployer.deploy(MultisigWalletWithoutDailyLimit, args[3].split(","), args[4]).then(function() {
const buildDir = path.resolve(__dirname, '../build');
if (!fs.existsSync(buildDir)) {
fs.mkdirSync(buildDir);
Expand Down

0 comments on commit 742b932

Please sign in to comment.