Skip to content

Commit

Permalink
cmd executor name fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
krdmnbrk authored Dec 11, 2024
1 parent 6fe2022 commit 0071b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { red, grey } from '@mui/material/colors';

const executor_names = [
"powershell",
"command prompt",
"command_prompt",
"bash",
"sh",
];
Expand Down Expand Up @@ -231,4 +231,4 @@ function App() {
);
}

export default App;
export default App;

0 comments on commit 0071b25

Please sign in to comment.