aboutsummaryrefslogtreecommitdiffstats
path: root/tools/syz-testbed/instance.go
diff options
context:
space:
mode:
Diffstat (limited to 'tools/syz-testbed/instance.go')
-rw-r--r--tools/syz-testbed/instance.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/syz-testbed/instance.go b/tools/syz-testbed/instance.go
index 5ec278944..476981d7a 100644
--- a/tools/syz-testbed/instance.go
+++ b/tools/syz-testbed/instance.go
@@ -145,7 +145,7 @@ func SetupSyzkallerInstance(mgrName, folder string, checkout *Checkout) (*Syzkal
}
log.Printf("[%s] Generating syz-manager config", mgrName)
cfgFile := filepath.Join(folder, "manager.cfg")
- managerCfg, err := config.PatchJSON(checkout.ManagerConfig, map[string]interface{}{
+ managerCfg, err := config.PatchJSON(checkout.ManagerConfig, map[string]any{
"name": mgrName,
"workdir": workdir,
"syzkaller": checkout.Path,