Skip to content

Commit 43a6e41

Browse files
committed
chore: rename to get-oslibs-targets
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
1 parent ea0a4c4 commit 43a6e41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dagger/maintenance/main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515

1616
type Maintenance struct{}
1717

18-
// UpdateOSLibs updates the OS dependencies in the system-libs directory for the specified extension(s)
18+
// Updates the OS dependencies in the system-libs directory for the specified extension(s)
1919
func (m *Maintenance) UpdateOSLibs(
2020
ctx context.Context,
2121
// The source directory containing the extension folders. Defaults to the current directory
@@ -73,8 +73,8 @@ func (m *Maintenance) UpdateOSLibs(
7373
}), nil
7474
}
7575

76-
// UpdateOSLibsTargets return a list in JSON format of the extensions requiring OS libs updates
77-
func (m *Maintenance) UpdateOSLibsTargets(
76+
// Retrieves a list in JSON format of the extensions requiring OS libs updates
77+
func (m *Maintenance) GetOSLibsTargets(
7878
ctx context.Context,
7979
// The source directory containing the extension folders. Defaults to the current directory
8080
// +ignore=["dagger", ".github"]

0 commit comments

Comments
 (0)