Skip to content

Commit

Permalink
json: some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed Oct 26, 2023
1 parent 2bd6c75 commit 08eaf34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions zigConsole/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"-P",
"${config:torizon_debug_ssh_port}",
"-pr",
"${workspaceFolder}/zig-deploy/aarch64-linux-gnu/debug/bin",
"${workspaceFolder}/zig-out/bin",
"${config:torizon_run_as}@${config:torizon_ip}:~/app"
],
"dependsOn": [
Expand Down Expand Up @@ -166,7 +166,7 @@
"-P",
"${config:torizon_debug_ssh_port}",
"-pr",
"${workspaceFolder}/zig-deploy/arm-linux-gnu/debug/bin",
"${workspaceFolder}/zig-out/bin",
"${config:torizon_run_as}@${config:torizon_ip}:~/app"
],
"dependsOn": [
Expand Down
2 changes: 1 addition & 1 deletion zigConsole/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
dockerfile: Dockerfile.debug
image: ${LOCAL_REGISTRY}:5002/__container__-debug:${TAG}
ports:
- 2230:2230
- 2320:2320

__container__:
build:
Expand Down

0 comments on commit 08eaf34

Please sign in to comment.