Merge branch 'main' into fix/polecat-start-from-origin-main
This commit is contained in:
@@ -251,7 +251,7 @@ func (m *Manager) AddWithOptions(name string, opts AddOptions) (*Polecat, error)
|
||||
RoleType: "polecat",
|
||||
Rig: m.rig.Name,
|
||||
AgentState: "spawning",
|
||||
RoleBead: "gt-polecat-role",
|
||||
RoleBead: beads.RoleBeadIDTown("polecat"),
|
||||
HookBead: opts.HookBead, // Set atomically at spawn time
|
||||
})
|
||||
if err != nil {
|
||||
@@ -475,7 +475,7 @@ func (m *Manager) RecreateWithOptions(name string, force bool, opts AddOptions)
|
||||
RoleType: "polecat",
|
||||
Rig: m.rig.Name,
|
||||
AgentState: "spawning",
|
||||
RoleBead: "gt-polecat-role",
|
||||
RoleBead: beads.RoleBeadIDTown("polecat"),
|
||||
HookBead: opts.HookBead, // Set atomically at spawn time
|
||||
})
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user