Commit 99f0ef6
authored
fix: less LICENSE fetch url (nushell#17002)
Fetching 'blob' would return Github's large HTML response _(technically
- that does contain `less` license content)_. However, fetching 'raw'
would exactly return the desired content.
<!--
Thank you for improving Nushell!
Please, read our contributing guide:
https://github.com/nushell/nushell/blob/main/CONTRIBUTING.md
-->
_Note: removed 'Release notes summary' section and 'Tasks after
submitting' section given the inconsequential nature of this change._1 parent 5b4ed82 commit 99f0ef6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
0 commit comments