From 652a5579c8b89603f80970afa4ba5f6674206bb2 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Mon, 7 Oct 2024 11:14:04 +0200 Subject: [PATCH] Fix add command in getting-started-dev-services.adoc While we might want to add support for spaces at some point, better have the command fixed. Related to https://github.com/quarkusio/quarkus/discussions/41229 --- docs/src/main/asciidoc/getting-started-dev-services.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/getting-started-dev-services.adoc b/docs/src/main/asciidoc/getting-started-dev-services.adoc index c9647a9fdeff7..172ad5db118ea 100644 --- a/docs/src/main/asciidoc/getting-started-dev-services.adoc +++ b/docs/src/main/asciidoc/getting-started-dev-services.adoc @@ -125,7 +125,7 @@ You should see in your terminal that the tests are now passing. 1. To add the persistence libraries, run -:add-extension-extensions: hibernate-orm-panache jdbc-postgresql +:add-extension-extensions: hibernate-orm-panache,jdbc-postgresql include::{includes}/devtools/extension-add.adoc[] The application will record the names of people it greets. Define an Entity