mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 23:09:41 +02:00
straight not back ticks (#8292)
This commit is contained in:
parent
02de7b2715
commit
7793b98813
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue