aboutsummaryrefslogtreecommitdiff
path: root/update-kafka-image.sh
diff options
context:
space:
mode:
authorStaffan Olsson <staffan@repos.se>2017-07-23 07:02:13 +0200
committerStaffan Olsson <staffan@repos.se>2017-07-23 07:02:13 +0200
commit9f47cd09eda070b7f6e1b7ef907431e239883146 (patch)
treecffa9c56e7c9cb7d6352054fcce2955f8a7e0352 /update-kafka-image.sh
parentac443a9c8dcea15b562dc49673f6722f093b41aa (diff)
downloadkubernetes-kafka-9f47cd09eda070b7f6e1b7ef907431e239883146.tar.gz
kubernetes-kafka-9f47cd09eda070b7f6e1b7ef907431e239883146.tar.bz2
kubernetes-kafka-9f47cd09eda070b7f6e1b7ef907431e239883146.zip
Upgrades to current https://github.com/solsson/dockerfiles/pull/5
Diffstat (limited to 'update-kafka-image.sh')
-rwxr-xr-xupdate-kafka-image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-kafka-image.sh b/update-kafka-image.sh
index 602ccdd..1c32293 100755
--- a/update-kafka-image.sh
+++ b/update-kafka-image.sh
@@ -4,5 +4,5 @@ IMAGE=$1
[ -z "$IMAGE" ] && echo "First argument should be the image to set" && exit 1
for F in ./ test/ zookeeper/; do
- sed -i '' "s|image: solsson/kafka:.*|image: $IMAGE|" $F*.yml
+ sed -i "s|image: solsson/kafka:.*|image: $IMAGE|" $F*.yml
done