Skip to content

Commit f12293e

Browse files
committed
2022.08.12:
* fixed: bash/github/accum-stats.sh: minor fixup
1 parent ff6b553 commit f12293e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

bash/github/accum-stats.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jq_fix_null \
6969
count_prev:0 \
7070
uniques_prev:0
7171

72-
gh_print_notice_ln "prev accum: $stats_accum_timestamp_prev: outdated-unq outdated-all / unq all: $uniques_outdated_prev $count_outdated_prev / $uniques_prev $count_prev"
72+
gh_print_notice_ln "prev accum: ${stats_accum_timestamp_prev:-"-"}: outdated-unq outdated-all / unq all: $uniques_outdated_prev $count_outdated_prev / $uniques_prev $count_prev"
7373

7474
gh_write_notice_to_changelog_text_bullet_ln "prev accum: outdated-unq outdated-all / unq all: $uniques_outdated_prev $count_outdated_prev / $uniques_prev $count_prev"
7575

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2022.08.12:
2+
* fixed: bash/github/accum-stats.sh: minor fixup
3+
14
2022.08.12:
25
* changed: README.md: readme update
36

0 commit comments

Comments
 (0)