Commit ce1f3d7
authored
The `head -n1` command was not piped to grep output, causing all
matching milestones to be captured instead of just the first one.
Example failure:
```
Assigning milestone: 19.0.0
20.0.0
'19.0.0
20.0.0' not found
```
Closes #993
1 parent ad59035 commit ce1f3d7
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments