Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Review wording on contract to be removed when running status #325

Merged
merged 1 commit into from
Jul 23, 2018

Conversation

spalladino
Copy link
Contributor

Fixes #304

@@ -78,7 +78,7 @@ async function contractsInfo(controller) {

// Log contracts in network file missing from package file
controller.networkFile.contractAliasesMissingFromPackage()
.forEach(contractAlias => log.warn(`- ${contractAlias} is pending to be removed`));
.forEach(contractAlias => log.warn(`- ${contractAlias} is to be removed on next push`));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be will be removed on next push?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess both are correct, but will be removed is definitely more clear.

Copy link
Contributor

@facuspagnuolo facuspagnuolo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, left a small comment!

@spalladino spalladino force-pushed the fix/status-wording-in-contract-to-be-removed branch from 473cb0c to fe524de Compare July 23, 2018 13:53
@spalladino spalladino merged commit 60ccdd6 into master Jul 23, 2018
@spalladino spalladino deleted the fix/status-wording-in-contract-to-be-removed branch July 23, 2018 14:18
spalladino added a commit to OpenZeppelin/openzeppelin-sdk that referenced this pull request Aug 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants