1
Fork 0
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:
Darren Schroeder 2022-12-25 15:55:08 -06:00 committed by GitHub
parent fa1ce775d7
commit e50e681472
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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