git: ad6773477b56 - stable/12 - release: remove a stray backslash

From: Glen Barber <gjb_at_FreeBSD.org>
Date: Thu, 20 Jul 2023 01:36:43 UTC
The branch stable/12 has been updated by gjb:

URL: https://cgit.FreeBSD.org/src/commit/?id=ad6773477b566bb901a4fca31bcb004dc11b319f

commit ad6773477b566bb901a4fca31bcb004dc11b319f
Author:     Glen Barber <gjb@FreeBSD.org>
AuthorDate: 2023-07-12 20:57:57 +0000
Commit:     Glen Barber <gjb@FreeBSD.org>
CommitDate: 2023-07-20 01:35:39 +0000

    release: remove a stray backslash
    
    PR:             272354 (related)
    Sponsored by:   GoFundMe https://www.gofundme.com/f/gjbbsd
    Sponsored by:   PayPal https://paypal.me/gjbbsd
    
    (cherry picked from commit 510fd83138001b0a6e45b3fa6a7249377f806171)
---
 release/tools/gce.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release/tools/gce.conf b/release/tools/gce.conf
index cfadbaf9413b..474cf53de8be 100644
--- a/release/tools/gce.conf
+++ b/release/tools/gce.conf
@@ -8,7 +8,7 @@ export VMSIZE=20G
 
 # Set to a list of packages to install.
 export VM_EXTRA_PACKAGES="${VM_EXTRA_PACKAGES} firstboot-freebsd-update \
-	firstboot-pkgs \ google-cloud-sdk panicmail sudo \
+	firstboot-pkgs google-cloud-sdk panicmail sudo \
 	sysutils/py-google-compute-engine lang/python \
 	lang/python3"