Skip to content

Commit

Permalink
Add a comment explaining a change
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-solomon committed Jan 9, 2024
1 parent 1f49794 commit f231a2e
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 @@ -166,7 +166,7 @@ class RecipeMarkdownGenerator : Runnable {
val docLink =
docBaseUrl + recipeDescriptor.name.lowercase(Locale.getDefault()).removePrefix("org.openrewrite.")
.replace('.', '/')
.replace("$", "usd")
.replace("$", "usd") // needed for refaster templates + gitbook as we have started using $ in our recipe descriptors :(

val recipeSource = recipeDescriptor.source.toString()
var isImperative = true
Expand Down

0 comments on commit f231a2e

Please sign in to comment.