Skip to content

Commit

Permalink
fix(devcontainer): remove -R in chown (#13348)
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
  • Loading branch information
agilgur5 authored and Joibel committed Sep 20, 2024
1 parent 8393080 commit abcd1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/pre-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sudo apt update
sudo apt install -y protobuf-compiler

# Make sure go path is owned by vscode
sudo chown -R vscode:vscode /home/vscode/go
sudo chown vscode:vscode /home/vscode/go || true

# download dependencies and do first-pass compile
CI=1 kit pre-up
Expand Down

0 comments on commit abcd1c7

Please sign in to comment.