From 31fc40b98b392fe7f76f1bdab6eb0e929ffe7205 Mon Sep 17 00:00:00 2001 From: Martin Schroschk <martin.schroschk@tu-dresden.de> Date: Wed, 31 Aug 2022 13:23:56 +0200 Subject: [PATCH] Remove superfluous semicolons --- doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md index 39e9453ab..c742d8b33 100644 --- a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md +++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md @@ -265,10 +265,10 @@ calling the actual software to do your computation). # Reduces grace period to 1 day! ws_release -F ssd ${COMPUTE_DIR} else - echo "Error with compression and writing of results"; - echo "Please check the folder \"${WORKSPACE_DIR}\" for any partial(?) results."; - exit 1; - fi; + echo "Error with compression and writing of results" + echo "Please check the folder \"${WORKSPACE_DIR}\" for any partial(?) results." + exit 1 + fi ``` ### Data for a Campaign -- GitLab