From c72f0b0e1e254497a0cd04e9772a7f7ed8afa316 Mon Sep 17 00:00:00 2001 From: Rowan Seymour Date: Fri, 24 May 2024 11:14:54 -0500 Subject: [PATCH] Tweak name of devcontainer --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0b5c7cd77..0e3d3a736 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,7 +10,7 @@ }, "runArgs": [ "--name", - "devcontainer-goflow" + "dev-goflow" ], "customizations": { "vscode": { @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +}