Skip to content

Commit

Permalink
Rename component vehicle-model-lifecycle to vehicle-signal-interface
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Meister <dennis.meister@bosch.com>
  • Loading branch information
dennismeister93 committed Mar 5, 2024
1 parent d93ecf6 commit e97bac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
"label": "(Re-)generate vehicle model",
"detail": "(Re-)generates the vehicle model from source files specified in the AppManifest.",
"type": "shell",
"command": "velocitas exec vehicle-model-lifecycle download-vspec && velocitas exec vehicle-model-lifecycle generate-model",
"command": "velocitas exec vehicle-signal-interface download-vspec && velocitas exec vehicle-signal-interface generate-model",
"group": "none",
"presentation": {
"reveal": "always",
Expand Down

0 comments on commit e97bac7

Please sign in to comment.