Skip to content

Commit ba88940

Browse files
committed
fix: remove the copied 'user' segment
1 parent 9989e34 commit ba88940

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

readme.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,11 @@ Configuration of DOPR can be done either via `package.json` under the `dopr` key
8181
},
8282
"git": {
8383
"comment": "Run the git command in default service container",
84-
"command": "%action% %args%",
85-
"user": "node"
84+
"command": "%action% %args%"
8685
},
8786
"yarn": {
8887
"comment": "Run the yarn command in default service container",
89-
"command": "%action% %args%",
90-
"user": "node"
88+
"command": "%action% %args%"
9189
}
9290
}
9391
}

src/defaultConfig.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,11 @@
5353
},
5454
"git": {
5555
"comment": "Run the git command in default service container",
56-
"command": "%action% %args%",
57-
"user": "node"
56+
"command": "%action% %args%"
5857
},
5958
"yarn": {
6059
"comment": "Run the yarn command in default service container",
61-
"command": "%action% %args%",
62-
"user": "node"
60+
"command": "%action% %args%"
6361
}
6462
}
6563
}

0 commit comments

Comments
 (0)