Skip to content

Commit

Permalink
changed sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonkey committed Feb 25, 2018
1 parent ad260bd commit 1d1482a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ git clone https://github.com/$ORGANISATION/croc-hunter.git
```bash
cd croc-hunter
```
(sed commands shown for mac gnu BSD - on linux replace the four instances in this Readme.md of sed -i '' with sed -i'' -e https://stackoverflow.com/questions/4247068/sed-command-with-i-option-failing-on-mac-but-works-on-linux)
(sed commands shown for mac gnu BSD - on linux replace the four instances in this Readme.md and one in jenkins-initial-install of sed -i '' with sed -i'' https://stackoverflow.com/questions/4247068/sed-command-with-i-option-failing-on-mac-but-works-on-linux)
```bash
sed -i '' -e "s/croc-hunter\.squareroute\.io/$CROC_HUNTER_URL/g" Jenkinsfile.json
```
Expand Down

0 comments on commit 1d1482a

Please sign in to comment.