Skip to content

Commit

Permalink
$ in sed example needs escaping in bash
Browse files Browse the repository at this point in the history
  • Loading branch information
javabrett committed May 23, 2015
1 parent 473e1d1 commit 4227201
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 @@ -60,7 +60,7 @@ mvn install -Dexternal.version-qualifier=rc1
Add a version qualifier to all non-master branches

```
mvn install -Dexternal.version-qualifier=$(git symbolic-ref --short HEAD| sed s_^master$__)
mvn install -Dexternal.version-qualifier=$(git symbolic-ref --short HEAD| sed s_^master\$__)
```

Or how about a short git hash?
Expand Down

0 comments on commit 4227201

Please sign in to comment.