Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed Nov 19, 2024
1 parent cef4a71 commit 78ec4a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"memory": "32gb",
"storage": "64gb"
},
"onCreateCommand": ["chmod", "+x", "addAliases.sh;", "./addAliases.sh"],
"onCreateCommand": ["chmod", "+x", "/cvaas-cvaas-and-avd-demo--evpn-mlag/addAliases.sh;", "/cvaas-cvaas-and-avd-demo--evpn-mlag/addAliases.sh"],
"postCreateCommand": "postCreate.sh; make start",
"workspaceMount": "source=${localWorkspaceFolder}/labs/${containerWorkspaceFolder},target=/${containerWorkspaceFolder},type=bind",
"workspaceFolder": "/cvaas-cvaas-and-avd-demo--evpn-mlag",
Expand Down

0 comments on commit 78ec4a2

Please sign in to comment.