Skip to content

Commit a238570

Browse files
authored
Fix lint error
1 parent 6dbbc7e commit a238570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/mcptools/commands/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
// Version information placeholder.
1111
var Version = "dev"
1212

13-
// getHomeDirectory returns the user's home directory
13+
// getHomeDirectory returns the user's home directory.
1414
// Tries HOME first, then falls back to USERPROFILE for Windows
1515
func getHomeDirectory() string {
1616
homeDir := os.Getenv("HOME")

0 commit comments

Comments
 (0)