Skip to content

Commit b96396e

Browse files
committed
Fix error descriptor
1 parent 5e7faf9 commit b96396e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v-next/hardhat-errors/src/descriptors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2060,7 +2060,7 @@ Please check Hardhat's output for more details.`,
20602060
websiteTitle: "Key not found in the development keystore during tests",
20612061
websiteDescription: `Key not found in the development keystore. During tests, configuration variables can only be accessed through the development keystore.
20622062
2063-
Run "npx hardhat keystore set <KEY> --dev" to set it.`,
2063+
Run \`npx hardhat keystore set <KEY> --dev\` to set it.`,
20642064
},
20652065
},
20662066
},

0 commit comments

Comments
 (0)