From c6edcc67ee11ee2e0de3adc8ef48329d31513aca Mon Sep 17 00:00:00 2001 From: Franjo Mindek Date: Fri, 14 Nov 2025 13:12:09 +0100 Subject: [PATCH] bash -> sh --- tools/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/README.md b/tools/README.md index 746d5906..9b04748c 100644 --- a/tools/README.md +++ b/tools/README.md @@ -37,7 +37,7 @@ The typical workflow is: 1. Run `dope.sh` with the `patch` action to generate `opensaas-sh/app/` from `template/app/` and `opensaash-sh/app_diff/`: -```bash +```sh ./dope.sh ../template app patch ``` @@ -45,7 +45,7 @@ The typical workflow is: 3. Generate a new `opensaas-sh/app_diff/` based on the updated `opensaas-sh/app/` by running: -```bash +```sh ./dope.sh ../template app diff ```