Skip to content

Commit

Permalink
update mountPath
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Jul 10, 2024
1 parent bf5aa01 commit 72ddd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/ccip-tests/testsetups/test_env.go
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ func DeployEnvironments(
"volumeMounts": []map[string]interface{}{
{
"name": "state-storage",
"mountPath": "/home/foundry/.foundry/anvil",
"mountPath": "/home",
},
},
},
Expand Down

0 comments on commit 72ddd38

Please sign in to comment.