Skip to content

Commit 38a1a22

Browse files
authored
Add missing closing quote in example
1 parent 476a849 commit 38a1a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/partials/group-config/_packages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ packages: ["@my-repo/**"]
1818
packages: ["my-server", "my-client"]
1919

2020
// ✅ match all packages except negated ones
21-
packages: ["!my-server", "!@my-repo/**]
21+
packages: ["!my-server", "!@my-repo/**"]
2222

2323
// ❌ no mixing of specific and negated packages
2424
packages: ["my-client", "!@my-repo/**"]

0 commit comments

Comments
 (0)