We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da43ff0 commit 334ef88Copy full SHA for 334ef88
1 file changed
cmd/epithet/main.go
@@ -66,7 +66,7 @@ func main() {
66
ktx.FatalIfErrorf(err)
67
}
68
69
-// expandPath expands ~ to the user's home directory
+// expandPath expands ~ to the user's home directory.
70
func expandPath(path string) (string, error) {
71
if path == "" {
72
return path, nil
0 commit comments