From fc53320d5c9b67184b364eabf79385ad3c371623 Mon Sep 17 00:00:00 2001 From: HM Rando Date: Fri, 10 Sep 2021 18:39:19 -0400 Subject: [PATCH] remove modification for local run --- analyze-ms-stats/calc-manuscript-stats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analyze-ms-stats/calc-manuscript-stats.sh b/analyze-ms-stats/calc-manuscript-stats.sh index 3d83fc3fc..f64bd8724 100755 --- a/analyze-ms-stats/calc-manuscript-stats.sh +++ b/analyze-ms-stats/calc-manuscript-stats.sh @@ -5,7 +5,7 @@ set -e # Generate list of all commits in history of output branch echo "Generate log for output branch" -git log --pretty=format:"%h" --first-parent upstream/output > analyze-ms-stats/output-commits.txt +git log --pretty=format:"%h" --first-parent output > analyze-ms-stats/output-commits.txt # Define input and output files COMMIT_LIST=analyze-ms-stats/output-commits.txt