Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit ea95f90

Browse files
authored
Remove dangling comma (CI Ignore)
1 parent bee3e34 commit ea95f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/dotnet/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// Append -bullseye or -focal to pin to an OS version.
99
"VARIANT": "5.0-bullseye",
1010
// Options
11-
"NODE_VERSION": "lts/*",
11+
"NODE_VERSION": "lts/*"
1212
}
1313
},
1414

0 commit comments

Comments
 (0)