Commit a644ab3
committed
urlencode label name when deleting
Spaces are legal in label names, but get errors if they're not escaped.
This feels like a responsibility of the thing constructing URLs, but I
can understand if it should actually be the caller's responsibility.1 parent 5afadcd commit a644ab3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
483 | | - | |
| 483 | + | |
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
| |||
0 commit comments