Skip to content

Commit

Permalink
misc: Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zer0dot committed Apr 4, 2022
1 parent 1ad822a commit 3d8e13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/helpers/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export async function deployWithVerify(
} catch (error) {
if (String(error).includes('Already Verified')) {
console.log(
`Already verified contract at at ${contractPath} at address ${deployedContract.address}`
`Already verified contract at ${contractPath} at address ${deployedContract.address}`
);
break;
}
Expand Down

0 comments on commit 3d8e13d

Please sign in to comment.