Skip to content

synth creation with group target does not work #2

Description

@argl

synth.rb, line 15:

when Group
  target_id, servers = group.id, target.servers

group is not known here

possible fix:

when Group
  target_id, servers = target.id, target.servers

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions