Skip to content

Commit

Permalink
Case-sensitive filename
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJem committed Jul 16, 2024
1 parent d07b331 commit a7eee2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/ops/lib/BatchScript.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pragma solidity >=0.7.0 <0.9.0;
// 🧩 MODULES
//import {Script, console2, StdChains, stdJson, stdMath, StdStorage, stdStorageSafe, VmSafe} from "@forge-std-1.9.1/Script.sol";
import {Script} from "@forge-std-1.9.1/Script.sol";
import {stdJson} from "@forge-std-1.9.1/stdJson.sol";
import {stdJson} from "@forge-std-1.9.1/StdJson.sol";
import {console2} from "@forge-std-1.9.1/console2.sol";

import {Surl} from "./Surl.sol";
Expand Down

0 comments on commit a7eee2a

Please sign in to comment.