From deaa972b8e785afd00074914eb1f540983ce4fe5 Mon Sep 17 00:00:00 2001 From: gerblesh <101901964+gerblesh@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:35:25 -0800 Subject: [PATCH] docs: change title to bootc --- drv/system.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drv/system.go b/drv/system.go index 20344c6..1e7c2d1 100644 --- a/drv/system.go +++ b/drv/system.go @@ -95,7 +95,7 @@ func (up SystemUpdater) Steps() int { func (up SystemUpdater) New(config UpdaterInitConfiguration) (SystemUpdater, error) { up.Config = DriverConfiguration{ - Title: "System", + Title: "Bootc", Description: "System Image", Enabled: !config.Ci, DryRun: config.DryRun,