mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
Fix TWiN range
This commit is contained in:
parent
bfb0929ea3
commit
09adc5ad2d
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ def do-work [] {
|
|||
let query_prefix = "https://api.github.com/search/issues?q=repo:nushell/"
|
||||
let query_date = $(seq date --days 7 -r | last)
|
||||
# let query_select = " | get items | select url user.login title"
|
||||
let query_suffix = $(build-string "+is:pr+is:merged+merged:%3E" $query_date)
|
||||
let query_suffix = $(build-string "+is:pr+is:merged+merged:%3E%3D" $query_date)
|
||||
|
||||
# echo $site_table
|
||||
|
||||
|
@ -52,4 +52,4 @@ def do-work [] {
|
|||
|
||||
|
||||
build-string '# This week in Nushell #' $(char nl) $(char nl)
|
||||
do-work | str collect
|
||||
do-work | str collect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue