git: ca7d3085f1f4 - stable/13 - release: remove a stray backslash
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Jul 2023 01:32:36 UTC
The branch stable/13 has been updated by gjb:
URL: https://cgit.FreeBSD.org/src/commit/?id=ca7d3085f1f407df504ea7216c74526bef4727b4
commit ca7d3085f1f407df504ea7216c74526bef4727b4
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:31:22 +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 725709e3f335..48f95a82b3c8 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"