Commit ce1f3d7
authored
apacheGH-993: Fix missing pipe in milestone assignment script (apache#992)
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 apache#9931 parent ad59035 commit ce1f3d7
1 file changed
+2
-2
lines changed| 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