mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-17 15:51:17 +00:00
chore: fix function name in comment
Signed-off-by: largemouth <largemouth@aliyun.com>
This commit is contained in:
@@ -123,7 +123,7 @@ func (p *ProviderScaleway) Extract() ([]byte, error) {
|
||||
return userData, nil
|
||||
}
|
||||
|
||||
// exctractInformation returns the extracted information given as parameter from the metadata
|
||||
// extractInformation returns the extracted information given as parameter from the metadata
|
||||
func (p *ProviderScaleway) extractInformation(metadata []byte, information string) ([]byte, error) {
|
||||
query := strings.ToUpper(information) + "="
|
||||
for _, line := range bytes.Split(metadata, []byte("\n")) {
|
||||
|
Reference in New Issue
Block a user