mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 22:57:46 +00:00
update 20k script with save changes (#335)
This commit is contained in:
parent
fa1ce775d7
commit
e50e681472
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ def get_pr_counts [debug_csv: bool, repos_root_folder = '/Users/fdncred/src/fork
|
|||
split column "»¦«" commit name email date |
|
||||
upsert date {|d| $d.date | into datetime} |
|
||||
to csv |
|
||||
save ($output_file)
|
||||
save -f ($output_file)
|
||||
} else {
|
||||
git log --pretty=%h»¦«%aN»¦«%aE»¦«%aD |
|
||||
lines |
|
||||
|
@ -64,7 +64,7 @@ def get_pr_counts [debug_csv: bool, repos_root_folder = '/Users/fdncred/src/fork
|
|||
rename name commits |
|
||||
reverse |
|
||||
to csv |
|
||||
save ($output_file)
|
||||
save -f ($output_file)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue