From 37c584cd39ae82533eecd7e0fc9c129a2ac285d7 Mon Sep 17 00:00:00 2001 From: Martin Bergljung Date: Mon, 13 May 2019 09:23:06 +0100 Subject: [PATCH] Need an empty prefix for the sed command to work on Mac --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddd8b9e..9046ba7 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ Pull the minimal values file from the current repo: ```bash curl -O https://raw.githubusercontent.com/Alfresco/alfresco-dbp-deployment/master/charts/incubator/alfresco-dbp/minimal-values.yaml -sed -i s/REPLACEME/$LOCALIP/g minimal-values.yaml +sed -i "" s/REPLACEME/$LOCALIP/g minimal-values.yaml ``` ### 11. Deploy the DBP