Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Fasching authored and fasmat committed Apr 13, 2022
1 parent 1bfbe8f commit 70435be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.217.4/containers/docker-from-docker-compose
// https://github.com/microsoft/vscode-dev-containers/tree/v0.217.4/containers/go
{
"name": "Go",
"build": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"davidanson.vscode-markdownlint",
"redhat.vscode-xml",
"redhat.vscode-yaml"
],
],

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
Expand Down
4 changes: 2 additions & 2 deletions cmd/go2junit/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func parse(w io.Writer, r io.Reader, p io.Writer, fail bool) {
continue
default:
log.Printf("unknown package action found: %+v\n"+
"If you believe this is an error, please report to github.com/fasmat/go2junit", event)
"If you believe this is an error please report to github.com/fasmat/go2junit", event)
}
}

Expand Down Expand Up @@ -98,7 +98,7 @@ func parse(w io.Writer, r io.Reader, p io.Writer, fail bool) {
}
default:
log.Printf("unknown package action found: %+v\n"+
"If you believe this is an error, please report to github.com/fasmat/go2junit", event)
"If you believe this is an error please report to github.com/fasmat/go2junit", event)
}
}

Expand Down

0 comments on commit 70435be

Please sign in to comment.