Skip to content

Commit 23c6068

Browse files
committed
fix: add destination for owlbot copy
1 parent 44b0b52 commit 23c6068

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/projectify/owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
common_templates = gcp.CommonTemplates()
1818
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"])
19+
s.copy(sources=templates, destination="core/projectify", excludes=["LICENSE", "README.md", ".github/ISSUE_TEMPLATE", ".github/scripts", ".kokoro", ".jsdoc.js"])

0 commit comments

Comments
 (0)