This commit is contained in:
David Dworken 2023-12-19 19:08:55 -08:00
parent 0f4819286e
commit 3328a03cf4
No known key found for this signature in database

View File

@ -46,6 +46,7 @@ func getOsName() string {
}
func getShellName() string {
// TODO: Wire the real shell name in here
return "bash"
}