Skip to content

Commit

Permalink
update provider error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Malcador committed Nov 25, 2020
1 parent be631e1 commit 701a2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/commonMessages.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func CheckLogin() {

func CheckProvider(deploymentProvider providers.DeploymentProvider) {
if deploymentProvider == nil {
logrus.Error("OpenZeppelin or Truffle configuration was not detected.\n\n",
logrus.Error("Hardhat, Buidler, OpenZeppelin or Truffle configuration was not detected.\n\n",
"Please re-run this command in a folder where at least one of the frameworks is configured.")
os.Exit(1)
}
Expand Down

0 comments on commit 701a2c2

Please sign in to comment.