mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
update default path in 20k_club
This commit is contained in:
parent
6816f491eb
commit
c37fd0449f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
# display a table with the top 50 rows.
|
||||
# Whether you run in debug_csv mode or not, the output is written to csv files in the
|
||||
# $repos_root_folder/20k folder
|
||||
def get_pr_counts [debug_csv: bool, repos_root_folder = '/Users/fdncred/src/forks'] {
|
||||
def get_pr_counts [debug_csv: bool, repos_root_folder = '/Users/fdncred/src'] {
|
||||
# let repos_root_folder = 'c:\users\dschroeder\source\repos\forks'
|
||||
# let repos_root_folder = '/Users/fdncred/src/forks'
|
||||
let repos = [[name, folder];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue