From cbe2ad0e5fbb81f5725217c377e2b56df00bfabb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Thu, 14 Oct 2021 16:46:13 +0000 Subject: [PATCH] Fix the devcontainer setup to also fix the permissions of git gems --- .devcontainer/boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/boot.sh b/.devcontainer/boot.sh index 0a31fec59b..2171e7c1b8 100755 --- a/.devcontainer/boot.sh +++ b/.devcontainer/boot.sh @@ -1,7 +1,7 @@ bundle install yarn install -sudo chown -R vscode:vscode /usr/local/bundle/bundler +sudo chown -R vscode:vscode /usr/local/bundle sudo service postgresql start sudo service mariadb start