diff --git a/_posts/2024-09-24-creating-a-new-database-integration-with-data-prepper.markdown b/_posts/2024-09-24-creating-a-new-database-integration-with-data-prepper.markdown index bd6fe24b3..26d49da50 100644 --- a/_posts/2024-09-24-creating-a-new-database-integration-with-data-prepper.markdown +++ b/_posts/2024-09-24-creating-a-new-database-integration-with-data-prepper.markdown @@ -128,7 +128,7 @@ Creating a new source plugin requires cloning the Data Prepper repository and bu git clone https://github.com/opensearch-project/data-prepper.git ``` -- Build Data Prepper from source +- Build Data Prepper from source: ``` ./gradlew assemble