We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f61c5 commit 2d410a3Copy full SHA for 2d410a3
packages/cli/commands/add/preconditions.ts
@@ -23,7 +23,7 @@ export function getGlobalPreconditions(
23
// git will exit with a failing exit code, which will trigger the catch statement.
24
// also see https://remarkablemark.org/blog/2017/10/12/check-git-dirty/#git-status
25
const asyncExec = promisify(exec);
26
- const { stdout } = await asyncExec('git statzs --short', {
+ const { stdout } = await asyncExec('git status --short', {
27
cwd
28
});
29
0 commit comments