mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Fix quotes
This commit is contained in:
parent
32ea94dafa
commit
1529755984
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ function replaceInFile {
|
|||
local FILE=$2
|
||||
case $(uname) in
|
||||
Darwin)
|
||||
sed -e ${EXPR} -i "" ${FILE}
|
||||
sed -e "${EXPR}" -i "" ${FILE}
|
||||
;;
|
||||
*)
|
||||
sed -i --expression=${EXPR} ${FILE}
|
||||
|
|
Loading…
Reference in a new issue