Skip to content

Commit

Permalink
Fixed lagoon client instance
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksantamaria committed Aug 15, 2024
1 parent 00ec49a commit ba91427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/helpers/lagoon_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ func NewLagoonClient(context *string) (*lagoon_client.Client, error) {
return nil, err
}

client := lagoon_client.New(lagoonContext.GraphQL, "github.com/dpc-sdp/bay-cli", &lagoonContext.Token, false)
client := lagoon_client.New(lagoonContext.GraphQL, "github.com/dpc-sdp/bay-cli", lagoonContext.Version, &lagoonContext.Token, false)
return client, nil
}

0 comments on commit ba91427

Please sign in to comment.