Skip to content

Commit deb2edf

Browse files
committed
fix owlbot.py
1 parent 5499fc8 commit deb2edf

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

java-logging/owlbot.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ def append_new_content(src: str, dest: str):
7373
s.remove_staging_dirs()
7474
java.common_templates(monorepo=True, excludes=[
7575
".github/*",
76-
".gitignore",
77-
".kokoro/*",
78-
"CODE_OF_CONDUCT.md",
79-
"CONTRIBUTING.md",
80-
"LICENSE",
81-
"SECURITY.md",
82-
"java.header",
83-
"license-checks.xml",
84-
"renovate.json",
85-
"samples/*"
76+
".gitignore",
77+
".kokoro/*",
78+
"CODE_OF_CONDUCT.md",
79+
"CONTRIBUTING.md",
80+
"LICENSE",
81+
"SECURITY.md",
82+
"java.header",
83+
"license-checks.xml",
84+
"renovate.json",
85+
"samples/*"
8686
])

0 commit comments

Comments
 (0)