Skip to content

Commit 334ef88

Browse files
committed
fix: add missing period to expandPath comment
1 parent da43ff0 commit 334ef88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/epithet/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func main() {
6666
ktx.FatalIfErrorf(err)
6767
}
6868

69-
// expandPath expands ~ to the user's home directory
69+
// expandPath expands ~ to the user's home directory.
7070
func expandPath(path string) (string, error) {
7171
if path == "" {
7272
return path, nil

0 commit comments

Comments
 (0)