summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_stats.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_stats.sh')
-rwxr-xr-xbin/reproducible_stats.sh2
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() {