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 ad294ac commit a3de55fCopy full SHA for a3de55f
lib/main.js
@@ -71,7 +71,7 @@ function run() {
71
cmd = 'ddev --version';
72
console.log(cmd);
73
yield execShellCommand(cmd);
74
- cmd = 'ddev config global --instrumentation-opt-in=false --omit-containers=dba,ddev-ssh-agent';
+ cmd = 'ddev config global --instrumentation-opt-in=false --omit-containers=ddev-ssh-agent';
75
76
77
if(autostart){
0 commit comments