Skip to content

Commit

Permalink
typo, extra space in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
letFunny committed Jan 2, 2024
1 parent cedd234 commit fda178a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/archive/archive.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func (index *ubuntuIndex) fetchRelease() error {
return fmt.Errorf("cannot verify signature of the InRelease file")
}

// canonicalBody has <CR><LF> line endings, reverting that to match the
// canonicalBody has <CR><LF> line endings, reverting that to match the
// expected control file format.
body := strings.ReplaceAll(string(canonicalBody), "\r", "")
ctrl, err := control.ParseString("Label", body)
Expand Down

0 comments on commit fda178a

Please sign in to comment.