Commit cb3f621
Strip newlines from git URL and revision results
The git-clone task was failing with 'invalid refspec' because the
revision had a trailing newline. Use tr -d '\n' to strip newlines.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 1cba6b5 commit cb3f621
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
| |||
0 commit comments