Yeet those builds out!

fix: use sh instead of bash (#27)

Signed-off-by: Xe Iaso <me@xeiaso.net>

authored by

Xe Iaso and committed by
GitHub
2e169efa c01c3db5

+1 -1
+1 -1
cmd/yeet/main.go
··· 85 85 } 86 86 87 87 func runShellCommand(literals []string, exprs ...any) string { 88 - shPath, err := exec.LookPath("bash") 88 + shPath, err := exec.LookPath("sh") 89 89 if err != nil { 90 90 panic(err) 91 91 }