From b90a07570dd842fadbb69d1f7323685e21193a20 Mon Sep 17 00:00:00 2001 From: l-konov Date: Mon, 25 May 2020 15:16:54 +0300 Subject: [PATCH] typo extra ` --- src/sphinx/recipes/deployment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sphinx/recipes/deployment.rst b/src/sphinx/recipes/deployment.rst index f44c08a01..40adf1498 100644 --- a/src/sphinx/recipes/deployment.rst +++ b/src/sphinx/recipes/deployment.rst @@ -57,7 +57,7 @@ Your ``build.sbt`` should contain: This will make possible to push the ``RPM`` with: - ```sbt rpm:publish`` + ``sbt rpm:publish`` Debian ~~~~~~