Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
Need an empty prefix for the sed command to work on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitonian committed May 13, 2019
1 parent 3814fac commit 37c584c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37c584c

Please sign in to comment.