Skip to content

Commit 2d410a3

Browse files
Update packages/cli/commands/add/preconditions.ts
Co-authored-by: Conduitry <git@chor.date>
1 parent d7f61c5 commit 2d410a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/commands/add/preconditions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export function getGlobalPreconditions(
2323
// git will exit with a failing exit code, which will trigger the catch statement.
2424
// also see https://remarkablemark.org/blog/2017/10/12/check-git-dirty/#git-status
2525
const asyncExec = promisify(exec);
26-
const { stdout } = await asyncExec('git statzs --short', {
26+
const { stdout } = await asyncExec('git status --short', {
2727
cwd
2828
});
2929

0 commit comments

Comments
 (0)