From 9f8dd4136d7c0b54210cb993e3fb7d040e16e53b Mon Sep 17 00:00:00 2001 From: Seokhyun Lee <7948302+henrylee97@users.noreply.github.com> Date: Fri, 17 Nov 2023 16:37:05 +0900 Subject: [PATCH] fix(saver): typo in bootstrap.py (#7) --- configures/saver/flex-1.json | 2 +- configures/saver/flint-1.json | 2 +- context/saver/starlab-benchmarks/scripts/bootstrap.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configures/saver/flex-1.json b/configures/saver/flex-1.json index 83516e1..ab1a276 100644 --- a/configures/saver/flex-1.json +++ b/configures/saver/flex-1.json @@ -5,4 +5,4 @@ "build_args": { "BENCHMARK_IMAGE": "ghcr.io/kupl/starlab-benchmarks/c:flex-1" } -} +} \ No newline at end of file diff --git a/configures/saver/flint-1.json b/configures/saver/flint-1.json index 7543638..c4d2d50 100644 --- a/configures/saver/flint-1.json +++ b/configures/saver/flint-1.json @@ -5,4 +5,4 @@ "build_args": { "BENCHMARK_IMAGE": "ghcr.io/kupl/starlab-benchmarks/c:flint-1" } -} +} \ No newline at end of file diff --git a/context/saver/starlab-benchmarks/scripts/bootstrap.py b/context/saver/starlab-benchmarks/scripts/bootstrap.py index bbe030f..e2bf8f2 100644 --- a/context/saver/starlab-benchmarks/scripts/bootstrap.py +++ b/context/saver/starlab-benchmarks/scripts/bootstrap.py @@ -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": [], }