2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-17 23:08:28 +00:00

Revert int.worker to worker (#8126)

- Prevent existing docker compose installs from breaking
This commit is contained in:
Oliver
2024-09-16 11:07:24 +10:00
committed by GitHub
parent 12d2865b59
commit d75ef7c9c9
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
{
"label": "worker",
"type": "shell",
"command": "invoke int.worker",
"command": "invoke worker",
"problemMatcher": [],
},
{