From ac07c98aa25f9ad797f2d59421ac53066c4d16cd Mon Sep 17 00:00:00 2001
From: hra <hra@kereval.com>
Date: Wed, 4 Sep 2019 11:50:30 +0200
Subject: [PATCH] ADR Simulator installation guide validation

---
 EPR-ADR-Simulator/installation.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/EPR-ADR-Simulator/installation.md b/EPR-ADR-Simulator/installation.md
index 002fa62..c0d6026 100644
--- a/EPR-ADR-Simulator/installation.md
+++ b/EPR-ADR-Simulator/installation.md
@@ -4,9 +4,9 @@ subtitle: ADR Simulator
 author: Youn Cadoret
 function: Developer
 date: 02/06/2019
-toolversion: 1.2
+toolversion: 1.3
 version: 1.0
-status: To be reviewed
+status: Approved Document
 reference: KER1-MAN-IHE-ADR_SIMULATOR_INSTALLATION-0_01
 customer: IHE-EUROPE
 ---
@@ -57,7 +57,7 @@ Database is not mandatory, but if not configured, it will raise log errors for e
 psql -U gazelle postgres
 > CREATE DATABASE "adr" OWNER gazelle ;
 > \q
-psql -U gazelle adr < $EPR_ADR_MOCK_DIR/sql/adr_schema_data_1.9.sql 
+psql -U gazelle adr < $EPR_ADR_MOCK_DIR/sql/adr_schema_data_1.9.sql
 ```
 
 ## Mock as a service
-- 
GitLab