mirror of https://github.com/portainer/portainer
straight not back ticks (#8292)
parent
02de7b2715
commit
7793b98813
|
@ -135,5 +135,5 @@ filename="api/http/handler/handler.go"
|
||||||
sed -E "s|// @version .*|// @version $NEW_VERSION|" "$filename" > "$tmp" && mv "$tmp" "$filename"
|
sed -E "s|// @version .*|// @version $NEW_VERSION|" "$filename" > "$tmp" && mv "$tmp" "$filename"
|
||||||
echo "Updated $filename."
|
echo "Updated $filename."
|
||||||
echo
|
echo
|
||||||
echo "IMPORTANT! Before committing, please ensure the files have updated correctly with `git diff`"
|
echo "IMPORTANT! Before committing, please ensure the files have updated correctly with 'git diff'"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue