From 57e7b8eed2a1c0b4018dcf13034a7dfb716c25ff Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 13 Dec 2024 22:39:23 +0100 Subject: [PATCH] fix namespace of frontend install command (#8662) Fixes #8656 --- .devcontainer/postCreateCommand.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/postCreateCommand.sh b/.devcontainer/postCreateCommand.sh index 50e03c60c7..c5e4e28721 100755 --- a/.devcontainer/postCreateCommand.sh +++ b/.devcontainer/postCreateCommand.sh @@ -14,7 +14,7 @@ invoke update -s invoke dev.setup-dev # Install required frontend packages -invoke dev.frontend-install +invoke int.frontend-install # remove existing gitconfig created by "Avoiding Dubious Ownership" step # so that it gets copied from host to the container to have your global