Skip to content

Commit

Permalink
Replace <PATH> with . to make it copy paste safe (#83)
Browse files Browse the repository at this point in the history
Now users need to replace that path whereas `.` would work both for individual projects, as well as a folder containing multiple repositories.
  • Loading branch information
timtebeek authored Nov 8, 2023
1 parent 080029a commit e49d962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/org/openrewrite/RecipeMarkdownGenerator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ class RecipeMarkdownGenerator : Runnable {
{% code title="shell" %}
```shell
mod run <PATH> --recipe $trimmedRecipeName
mod run . --recipe $trimmedRecipeName
```
{% endcode %}
{% endtab %}
Expand Down Expand Up @@ -1681,4 +1681,4 @@ $cliSnippet
exitProcess(exitCode)
}
}
}
}

0 comments on commit e49d962

Please sign in to comment.