Commit 44dc0fe
fix(ci): redirect clone_wiki log output to stderr
The clone_wiki() function's echo and git clone output was captured
by the command substitution wiki_dir=$(clone_wiki), corrupting the
directory path variable. Redirect informational output to stderr
so only the directory name is returned via stdout.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b9300a6 commit 44dc0fe
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
0 commit comments