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
sed -i "s/| \`localpv\.image\.tag\`[[:space:]]*| Image tag for LocalPV Provisioner[[:space:]]*| \`[^\\\`]*\`[[:space:]]*|/| \`localpv.image.tag\` | Image tag for LocalPV Provisioner | \`$APP_VERSION\` |/""$README_MD"
145
+
else
146
+
# BSD/macOS sed
147
+
sed -i ''"s/| \`localpv\.image\.tag\`[[:space:]]*| Image tag for LocalPV Provisioner[[:space:]]*| \`[^\\\`]*\`[[:space:]]*|/| \`localpv.image.tag\` | Image tag for LocalPV Provisioner | \`$APP_VERSION\` |/""$README_MD"
0 commit comments