Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed May 18, 2023
1 parent 0f03886 commit 9e508f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/handlers/commoncommands/msg_hostinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ func parseOSRelease(r io.Reader) (string, string, error) {
scanner := bufio.NewScanner(r)

configParams := map[string]string{}

for scanner.Scan() {
key, value, ok := strings.Cut(scanner.Text(), "=")
if !ok {
Expand Down

0 comments on commit 9e508f5

Please sign in to comment.