Skip to content

Commit

Permalink
fix(saver): typo in bootstrap.py (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrylee97 authored Nov 17, 2023
1 parent a980def commit 9f8dd41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configures/saver/flex-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"build_args": {
"BENCHMARK_IMAGE": "ghcr.io/kupl/starlab-benchmarks/c:flex-1"
}
}
}
2 changes: 1 addition & 1 deletion configures/saver/flint-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"build_args": {
"BENCHMARK_IMAGE": "ghcr.io/kupl/starlab-benchmarks/c:flint-1"
}
}
}
2 changes: 1 addition & 1 deletion context/saver/starlab-benchmarks/scripts/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def make_effect(event, effect, reference_depth):
apispec = []
for kind, spec in metadata["api"].items():
api = {
"resource-type": kind,
"resource_type": kind,
"allocators": [],
"deallocators": [],
}
Expand Down

0 comments on commit 9f8dd41

Please sign in to comment.