use 'sed -i.bak' instead of 'sed -i' to make it compatible with macos sed

This commit is contained in:
David Schweikert
2018-10-07 22:26:15 +02:00
parent 489f6e2e67
commit 6d4ad82262
4 changed files with 6 additions and 9 deletions

3
.gitignore vendored
View File

@@ -11,3 +11,6 @@ kustomize
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# We use sed -i.bak when doing in-line replace, because it works better cross-platform
.bak