File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
1515
1616type 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)
1919func (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"]
You can’t perform that action at this time.
0 commit comments