diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f627c04..6b7237b 100755 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -17,7 +17,7 @@ 3000 ], - "postCreateCommand": "/workspaces/nestcord/.devcontainer/init.sh", + "postCreateCommand": "/workspaces/nestcord/.devcontainer/post-create.sh", "customizations": { "vscode": { diff --git a/.devcontainer/init.sh b/.devcontainer/post-create.sh old mode 100755 new mode 100644 similarity index 100% rename from .devcontainer/init.sh rename to .devcontainer/post-create.sh