Skip to content

Commit

Permalink
chore: remove -i suffix for sed
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Aug 24, 2019
1 parent 5919ef0 commit 128b303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion please.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"before-all": "echo {REPO}",
"before-npm": "node --version; npm --version",
"before-push": "sed -ie 's/echo v.*;/echo v{NEXT_VERSION};/' ./please; git add ./please",
"before-push": "sed -i 's/echo v.*;/echo v{NEXT_VERSION};/' ./please; git add ./please",
"before-vcs": "echo https://github.com/{REPO}",
"before-phar": "echo Phar binary: {PBIN}",
"after-all": "./please version"
Expand Down

0 comments on commit 128b303

Please sign in to comment.