From aa1f02ff3f1a640d3ab3f2f78d4e835b7bda6b50 Mon Sep 17 00:00:00 2001 From: programarivm Date: Thu, 26 Sep 2019 21:53:17 +0100 Subject: [PATCH] cleanup --- 04-databases/Crud.m | 4 ++-- README.md | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/04-databases/Crud.m b/04-databases/Crud.m index 569c7ee..775ec9c 100644 --- a/04-databases/Crud.m +++ b/04-databases/Crud.m @@ -28,9 +28,9 @@ s ok=$$set^UserRoutines(1,"amelia~password~amelia-roberts@no-reply.com~Amelia Roberts") i ok=1 d - . w !,"User successfully updated!",!,! + . w "User successfully updated!",!,! e d - . w !,"Whoops! The user could not be updated.",!,! + . w "Whoops! The user could not be updated.",!,! ; fetch a user diff --git a/README.md b/README.md index 526adc4..1bda301 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,6 @@ Copy the examples into your `~/.fis-gtm/V6.3-003A_x86_64/r` folder and run: Email: alice-jones@no-reply.com Full name: Alice Jones - User successfully updated! User successfully fetched!