Skip to content

Commit 0e29810

Browse files
committed
Add missing quote
1 parent 47af4aa commit 0e29810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ jobs:
417417
echo "ta/**" >> .gitignore
418418
# Re-include these subdirectories, which CAN be cleaned.
419419
echo "!ta/*/*/CMakeFiles" >> .gitignore
420-
echo "!ta/*/*/external >> .gitignore
420+
echo "!ta/*/*/external" >> .gitignore
421421
echo "!ta/*/*/bin" >> .gitignore
422422
git clean -fd
423423
echo After cleanup: $(du -skh)

0 commit comments

Comments
 (0)