From 099d65e41ec1ec77de515aff35fb98becb7a5197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Wed, 4 Mar 2026 11:34:21 +0100 Subject: [PATCH] docs: fix label value in comment (#161) The label value for `apricote.de/provided-by` did not match the actual value. --- hcloudimages/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcloudimages/client.go b/hcloudimages/client.go index cf2f4e7..6311445 100644 --- a/hcloudimages/client.go +++ b/hcloudimages/client.go @@ -91,7 +91,7 @@ type UploadOptions struct { // Labels will be added to the resulting image (snapshot). Use these to filter the image list if you // need to identify the image later on. // - // We also always add a label `apricote.de/created-by=hcloud-image-upload` ([CreatedByLabel], [CreatedByValue]). + // We also always add a label `apricote.de/created-by=hcloud-upload-image` ([CreatedByLabel], [CreatedByValue]). Labels map[string]string // Location is the datacenter location for the temporary server.