Skip to content

Commit

Permalink
Merge pull request #45 from telia-oss/fix-plural-paths
Browse files Browse the repository at this point in the history
Fix mismatch between documented and implemented paths/ignore paths
  • Loading branch information
Kristian authored Oct 2, 2018
2 parents 9f1b5f0 + 3baeb0c commit 524de3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ type Source struct {
AccessToken string `json:"access_token"`
V3Endpoint string `json:"v3_endpoint"`
V4Endpoint string `json:"v4_endpoint"`
Paths []string `json:"path"`
IgnorePaths []string `json:"ignore_path"`
Paths []string `json:"paths"`
IgnorePaths []string `json:"ignore_paths"`
DisableCISkip bool `json:"disable_ci_skip"`
}

Expand Down

0 comments on commit 524de3a

Please sign in to comment.