straight not back ticks (#8292)

pull/8294/head
Matt Hook 2 years ago committed by GitHub
parent 02de7b2715
commit 7793b98813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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'"

Loading…
Cancel
Save