From 41681a7ef14b96d3eef181c07ebd860169d3cd00 Mon Sep 17 00:00:00 2001 From: Carla Date: Mon, 15 Feb 2016 14:21:43 +0100 Subject: [PATCH] Fix syntax error --- doc/internal/internal_doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/internal/internal_doc.md b/doc/internal/internal_doc.md index 7136737..aaef516 100644 --- a/doc/internal/internal_doc.md +++ b/doc/internal/internal_doc.md @@ -38,7 +38,7 @@ In this scenario, both client and server sides require to be edited/created. * Generate the **upgrade and downgrade files** for the extension for both client and server * Update the control files and the Makefiles to generate the complete SQL file for the new created version - * These new version files (`cdb_dataservices_client--X.Y.Z.sql and cdb_dataservices_server--X.Y.X.sql) must be pushed and frozen. You can add these to the `.gitignore` file. + * These new version files (`cdb_dataservices_client--X.Y.Z.sql and cdb_dataservices_server--X.Y.X.sql`) must be pushed and frozen. You can add these to the `.gitignore` file. * Update the public docs! ;-)