Skip to content

Commit

Permalink
Fixed build manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWindle committed Sep 14, 2023
1 parent 780a407 commit b1116cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@
"aztec-sandbox-arm": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/aztec-sandbox",
"dockerfile": "aztec-sandbox/Dockerfile.final"
"dockerfile": "Dockerfile.final"
},
"aztec-sandbox-x86_64": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/aztec-sandbox",
"dockerfile": "aztec-sandbox/Dockerfile.final"
"dockerfile": "Dockerfile.final"
},
"aztec.js": {
"buildDir": "yarn-project",
Expand Down

0 comments on commit b1116cf

Please sign in to comment.