diff options
-rwxr-xr-x | bin/reproducible_stats.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index 4efb0a3e..1f0cc4b9 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -65,7 +65,7 @@ init_navi_frame() { } append2navi_frame() { - echo "$2" >> $NAVI + echo "$1" >> $NAVI } finish_navi_frame() { |