Skip to content

Commit d55dc92

Browse files
author
Vianpyro
committed
Fix casing in Docker image path for consistency
1 parent 3058a26 commit d55dc92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ChocoMax Prototype",
3-
"image": "ghcr.io/TheMaxiMousse/prototype-devcontainer:latest",
3+
"image": "ghcr.io/themaximousse/prototype-devcontainer:latest",
44
"customizations": {
55
"settings": {
66
"terminal.integrated.shell.linux": "/bin/bash"

0 commit comments

Comments
 (0)