From 938bc7bafd035a89574c0e85b2fdfcb541fcb5f4 Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Fri, 30 Sep 2022 13:49:41 +0200 Subject: [PATCH] ostree: small docstring clarification --- internal/ostree/ostree.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/ostree/ostree.go b/internal/ostree/ostree.go index b5dfe05e3..a5bafe930 100644 --- a/internal/ostree/ostree.go +++ b/internal/ostree/ostree.go @@ -18,7 +18,8 @@ type RequestParams struct { Parent string `json:"parent"` } -// CommitSource defines the source URL from which to fetch a specific commit. +// CommitSource defines the source URL from which to fetch a specific commit +// identified by its checksum. type CommitSource struct { Checksum string URL string