Skip to content

Commit deabb11

Browse files
fix update_re_images.sh script
1 parent 909bd36 commit deabb11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_re_images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ done
5858

5959
# sed -i 's|us-docker.pkg.dev/codefresh-inc/public-gcr-io|quay.io|' $CHARTDIR/values.yaml
6060

61-
sed -i 's/!!merge //g' $CHARTDIR/values.yaml
61+
sed -i '' 's/!!merge\ //g' $CHARTDIR/values.yaml
6262

6363
msg "The list of updated runtime images:\n"
6464
echo -e "\e[33m$(cat $CHARTDIR/values.yaml)\e[0m"

0 commit comments

Comments
 (0)