mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
0ba702c43f
Normalize program names in shellparse.Parse to their basename. Does not rely on filepath.Base because the server may run on either Linux or Windows where the behavior would differ. Closes CODAGT-470