Skip to content

Commit

Permalink
Update client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
  • Loading branch information
swenson and calvn committed Dec 2, 2022
1 parent b68c43a commit e3c0d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ func additionalNotesAboutCommand(path string) string {
return notes
}

notes += "\nAdditional notes about plugin:"
notes += "\nAdditional notes about plugin:\n"
notes += fmt.Sprintf(" Path: %s\n", path)
notes += fmt.Sprintf(" Mode: %s\n", stat.Mode())

Expand Down

0 comments on commit e3c0d2e

Please sign in to comment.