You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/update_version_comments.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
60
60
! -path "./.git/*" \
61
61
! -name ".*" \
62
62
-print0 | \
63
-
xargs -0 sed -i '' -e "s/WARNING: you are on the master branch, please refer to the examples on the branch that matches.*/this is an example for cortex release ${git_branch} and may not deploy correctly on other releases of cortex/"
63
+
xargs -0 sed -i '' -e "s/WARNING: you are on the master branch, please refer to the examples on the branch that matches your \`cortex version\`/this is an example for cortex release ${git_branch} and may not deploy correctly on other releases of cortex/"
64
64
else
65
65
cd"$ROOT"&& find . -type f \
66
66
! -path "./build/lint.sh" \
@@ -70,7 +70,7 @@ else
70
70
! -path "./.git/*" \
71
71
! -name ".*" \
72
72
-print0 | \
73
-
xargs -0 sed -i "s/WARNING: you are on the master branch, please refer to the examples on the branch that matches.*/this is an example for cortex release ${git_branch} and may not deploy correctly on other releases of cortex/"
73
+
xargs -0 sed -i "s/WARNING: you are on the master branch, please refer to the examples on the branch that matches your \`cortex version\`/this is an example for cortex release ${git_branch} and may not deploy correctly on other releases of cortex/"
0 commit comments