Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bootjp committed Mar 4, 2021
1 parent 01ef351 commit d937ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detector.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func main() {

var jenkins *gojenkins.Jenkins
if jenkinsToken != "" {
jenkins = JenkinsInit(*url, jenkinsPassword, jenkinsToken)
jenkins = JenkinsInit(*url, jenkinsUser, jenkinsToken)
} else {
jenkins = JenkinsInit(*url, jenkinsUser, jenkinsPassword)
}
Expand Down

0 comments on commit d937ecc

Please sign in to comment.