Commit a270be7a authored by Mark Tyneway's avatar Mark Tyneway

lint: fix nit

Co-authored-by: default avatarrefcell.eth <abigger87@gmail.com>
parent 74b0fafd
......@@ -287,8 +287,7 @@ abstract contract Deployer is Script {
}
/// @notice Removes the semantic versioning from a contract name. The semver will exist if the contract is compiled
/// more than
/// once with different versions of the compiler.
/// more than once with different versions of the compiler.
function _stripSemver(string memory _name) internal returns (string memory) {
string[] memory cmd = new string[](3);
cmd[0] = Executables.bash;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment