We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722bdd3 commit d7777a4Copy full SHA for d7777a4
1 file changed
src/s-core-devcontainer/test-project/test.sh
@@ -7,7 +7,7 @@ source "${SCRIPT_DIR}/../../../scripts/test-utils.sh" vscode
7
8
# Common tooling
9
check "validate git is working and has the correct version" bash -c "git --version | grep '2.49.0'"
10
-check "validate git-lfs is working and has the correct version" bash -c "git lfs version | grep '3.7.0' "
+check "validate git-lfs is working and has the correct version" bash -c "git lfs version | grep '3.7.0'"
11
12
# C++ tooling
13
check "validate clangd is working and has the correct version" bash -c "clangd --version | grep '20.1.8'"
0 commit comments