diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index bae3cdd..050f267 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,7 +7,7 @@ "set-git-config-line-endings": "git config --global core.autocrlf input", "set-git-config-gpg-program": "git config --global --add gpg.program /usr/bin/gpg" }, - "postCreateCommand": { + "postAttachCommand": { "print-message-of-the-day": "bash /etc/update-motd.d/00-header" }, "customizations": {