Skip to content

Commit f138274

Browse files
committed
chore: code style
1 parent e03f845 commit f138274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/scripts/setDisputeTemplate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const mappingFn = (subgraphEndpoint: string) => `[
7979
}
8080
]`;
8181

82-
task("setDisputeTemplate", "Sets the dispute template").setAction(async (args, hre) => {
82+
task("set-dispute-template", "Sets the dispute template").setAction(async (args, hre) => {
8383
const { ethers, config, deployments } = hre;
8484
const escrow = (await ethers.getContract("EscrowUniversal")) as EscrowUniversal;
8585
const networkName = await deployments.getNetworkName();

0 commit comments

Comments
 (0)