1
Fork 0
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:
JT 2021-05-01 11:37:48 +12:00
parent bfb0929ea3
commit 09adc5ad2d

View file

@ -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