Skip to content

Commit 4c27756

Browse files
author
ilitteri
committed
Fix config path
1 parent d3e1379 commit 4c27756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

claim_contracts/script/DeployAlignedToken.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ contract DeployAlignedToken is Script {
1313
string memory root = vm.projectRoot();
1414
string memory path = string.concat(
1515
root,
16-
"/script-config/config",
16+
"/script-config/config.",
1717
config,
1818
".json"
1919
);

0 commit comments

Comments
 (0)