Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit 4b2061b

Browse files
authored
Merge pull request #990 from horjulf/master
Fix missing InstanceVariables service
2 parents 7e8160d + 6717403 commit 4b2061b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gitlab.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ func newClient(options ...ClientOptionFunc) (*Client, error) {
290290
c.GroupVariables = &GroupVariablesService{client: c}
291291
c.Groups = &GroupsService{client: c}
292292
c.InstanceCluster = &InstanceClustersService{client: c}
293+
c.InstanceVariables = &InstanceVariablesService{client: c}
293294
c.IssueLinks = &IssueLinksService{client: c}
294295
c.Issues = &IssuesService{client: c, timeStats: timeStats}
295296
c.IssuesStatistics = &IssuesStatisticsService{client: c}

0 commit comments

Comments
 (0)