We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b0b52 commit 23c6068Copy full SHA for 23c6068
1 file changed
core/projectify/owlbot.py
@@ -16,4 +16,4 @@
16
17
common_templates = gcp.CommonTemplates()
18
templates = common_templates.node_mono_repo_library(relative_dir="core/projectify")
19
-s.copy(sources=templates, excludes=["LICENSE", "README.md", ".github/ISSUE_TEMPLATE", ".github/scripts", ".kokoro", ".jsdoc.js"])
+s.copy(sources=templates, destination="core/projectify", excludes=["LICENSE", "README.md", ".github/ISSUE_TEMPLATE", ".github/scripts", ".kokoro", ".jsdoc.js"])
0 commit comments