1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

straight not back ticks (#8292)

This commit is contained in:
Matt Hook 2023-01-11 14:54:50 +13:00 committed by GitHub
parent 02de7b2715
commit 7793b98813
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,5 +135,5 @@ filename="api/http/handler/handler.go"
sed -E "s|// @version .*|// @version $NEW_VERSION|" "$filename" > "$tmp" && mv "$tmp" "$filename"
echo "Updated $filename."
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'"