From 7793b98813e169d306322b528bf8c156687c4b19 Mon Sep 17 00:00:00 2001 From: Matt Hook Date: Wed, 11 Jan 2023 14:54:50 +1300 Subject: [PATCH] straight not back ticks (#8292) --- bump_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bump_version.sh b/bump_version.sh index 81de1be34..0502442db 100755 --- a/bump_version.sh +++ b/bump_version.sh @@ -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'"