Skip to content

Commit

Permalink
chore(deployment): add missing text (#1645)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 authored Jul 15, 2024
1 parent c0a5a52 commit 6444188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/tasks/helpers/Deployment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export class Deployment {
console.log("======================================================================");
console.log("==================== ATTENTION! INCREMENTAL MODE ===============");
console.log("======================================================================");
console.log("=========== Delete 'deployed-contracts.json' to start a new ==========");
console.log("====== Delete 'deployed-contracts.json' to start a new deployment ====");
console.log("======================================================================");
console.log("======================================================================");
} else {
Expand Down

0 comments on commit 6444188

Please sign in to comment.