You've already forked golang-jenkins
mirror of
https://github.com/newrelic-forks/golang-jenkins.git
synced 2026-06-18 20:15:04 +02:00
Modify typo
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ func TestCreateJobItem(t *testing.T) {
|
||||
},
|
||||
},
|
||||
IgnoreDirPropChanges: "false",
|
||||
FilterChanglog: "false",
|
||||
FilterChangelog: "false",
|
||||
WorkspaceUpdater: WorkspaceUpdater{Class: "hudson.scm.subversion.UpdateUpdater"},
|
||||
},
|
||||
Class: "hudson.scm.SubversionSCM",
|
||||
|
||||
@@ -109,7 +109,7 @@ type ScmSvn struct {
|
||||
ExcludedCommitMessages string `xml:"excludedCommitMessages"`
|
||||
WorkspaceUpdater WorkspaceUpdater `xml:"workspaceUpdater"`
|
||||
IgnoreDirPropChanges string `xml:"ignoreDirPropChanges"`
|
||||
FilterChanglog string `xml:"filterChangelog"`
|
||||
FilterChangelog string `xml:"filterChangelog"`
|
||||
}
|
||||
|
||||
type WorkspaceUpdater struct {
|
||||
|
||||
Reference in New Issue
Block a user