Skip to content

Commit

Permalink
Update src/main/kotlin/org/openrewrite/RecipeMarkdownGenerator.kt
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Solomon <mike@moderne.io>
  • Loading branch information
timtebeek and mike-solomon authored Nov 2, 2023
1 parent 2d8f127 commit 0c5a983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/org/openrewrite/RecipeMarkdownGenerator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ class RecipeMarkdownGenerator : Runnable {
"'" + option.example + "'"
} else if (option.type == "boolean") {
"false"
}else {
} else {
option.example
}
writeln(" ${option.name}: $ex")
Expand Down

0 comments on commit 0c5a983

Please sign in to comment.