Commit 8746912
committed
computer: guard the unified connect host bag against unconfigured git
The connect host bag reaches git through this.git, which throws once git
is opt-in and no factory was configured. The module path already routed
through the configured-or-disabled guard; the shell and container path,
which never used git before the connect unification, did not. Route it
through the same guard so a workspace without git keeps running commands.1 parent c3fdee5 commit 8746912
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
862 | 862 | | |
863 | 863 | | |
864 | 864 | | |
865 | | - | |
| 865 | + | |
866 | 866 | | |
867 | 867 | | |
868 | 868 | | |
| |||
0 commit comments