Skip to content

Commit a1ee81d

Browse files
committed
Remove non-interactive from local command
1 parent 1b02f6f commit a1ee81d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dfetch/vcs/git.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ def is_git(self) -> bool:
247247
run_on_cmdline(
248248
logger,
249249
["git", "status"],
250-
env=_extend_env_for_non_interactive_mode(),
251250
)
252251
return True
253252
except (SubprocessCommandError, RuntimeError):

0 commit comments

Comments
 (0)