Skip to content

Commit d7777a4

Browse files
committed
minor cleanup
1 parent 722bdd3 commit d7777a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/s-core-devcontainer/test-project

src/s-core-devcontainer/test-project/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source "${SCRIPT_DIR}/../../../scripts/test-utils.sh" vscode
77

88
# Common tooling
99
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' "
10+
check "validate git-lfs is working and has the correct version" bash -c "git lfs version | grep '3.7.0'"
1111

1212
# C++ tooling
1313
check "validate clangd is working and has the correct version" bash -c "clangd --version | grep '20.1.8'"

0 commit comments

Comments
 (0)