Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
fix: Update path in string-utils import (#57)
Browse files Browse the repository at this point in the history
Fixed path to reference correct strings.sol
  • Loading branch information
0xmulch committed Jan 13, 2024
1 parent 7648faf commit c4ba155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HuffConfig.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pragma solidity >=0.8.13 <0.9.0;

import {Vm} from "forge-std/Vm.sol";
import {strings} from "stringutils/strings.sol";
import {strings} from "stringutils/src/strings.sol";

contract HuffConfig {
using strings for *;
Expand Down

0 comments on commit c4ba155

Please # to comment.