Skip to content

Commit ef45b8e

Browse files
committed
fixup! chore: replace todos with issues
1 parent 7f885c7 commit ef45b8e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

agent/usershell/usershell_darwin.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ package usershell
33
import "os"
44

55
// Get returns the $SHELL environment variable.
6-
// TODO: This should use "dscl" to fetch the proper value. See:
7-
// https://stackoverflow.com/questions/16375519/how-to-get-the-default-shell
86
func Get(username string) (string, error) {
97
return os.Getenv("SHELL"), nil
108
}

0 commit comments

Comments
 (0)