From d4bd8ea0a9bd694b1428b78cdc31c8abe568f80a Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Fri, 5 May 2023 23:03:46 +1000 Subject: [PATCH] Fix .devcontainer file --- .devcontainer/postCreateCommand.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/postCreateCommand.sh b/.devcontainer/postCreateCommand.sh index 29a964366e..ff5deb1552 100755 --- a/.devcontainer/postCreateCommand.sh +++ b/.devcontainer/postCreateCommand.sh @@ -17,6 +17,6 @@ inv update inv setup-dev # remove existing gitconfig created by "Avoiding Dubious Ownership" step -# so that it gets copyied from host to the container to have your global +# so that it gets copyied from host to the container to have your global # git config in container rm -f /home/vscode/.gitconfig