Skip to content

Commit

Permalink
Merge pull request #1743 from marekpietrasz/patch-1
Browse files Browse the repository at this point in the history
Fix documentation of SonarCube.End
  • Loading branch information
matthid authored Dec 15, 2017
2 parents 15ebe63 + e930560 commit e990f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/Fake.Testing.SonarQube/SonarQube.fs
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ module Fake.Testing.SonarQube
///
/// SonarQube.End None
///
/// SonarQube.End (fun p ->
/// SonarQube.End (Some (fun p ->
/// {p with
/// Settings = ["sonar.login=login", "sonar.password=password"] })
/// Settings = ["sonar.login=login"; "sonar.password=password"] }))
///
let End setParams =
use __ = Trace.traceTask "SonarQube" "End"
Expand Down

0 comments on commit e990f59

Please sign in to comment.