Skip to content

Commit 29aa7e6

Browse files
authored
Fix typo in directory path for node.fix_hermetic
1 parent 12266c2 commit 29aa7e6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

handwritten/storage/owlbot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
'.kokoro/release/publish.cfg',
3333
'.kokoro/system-test.sh',
3434
'.kokoro/samples-test.sh',
35+
'.OwlBot.yaml'
3536
])
3637

3738
# Create .config directory under $HOME to get around permissions issues
@@ -40,4 +41,4 @@
4041
"handwriten/storage/.circleci/config.yml",
4142
"command: npm run system-test",
4243
"command: mkdir $HOME/.config && npm run system-test")
43-
node.fix_hermetic(relative_dir="handwriten/storage")
44+
node.fix_hermetic(relative_dir="handwritten/storage")

0 commit comments

Comments
 (0)