Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Vaumoron <[email protected]>
  • Loading branch information
dvaumoron committed Dec 22, 2024
1 parent f665b6e commit a220cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versionmanager/semantic/parser/asdf/asdfparser.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func parseVersionFromToolFileReader(filePath string, reader io.Reader, toolName

parts := strings.Fields(trimmedLine)
if len(parts) >= 2 && parts[0] == toolName {
resolvedVersion, _, _ = strings.Cut(parts[1], "#") // handle comment no separated by space
resolvedVersion, _, _ = strings.Cut(parts[1], "#") // handle comment not separated by space
}
}

Expand Down

0 comments on commit a220cb0

Please sign in to comment.