diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-05 21:07:12 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-05 21:07:12 +0200 |
commit | f458320fb31a6ab4885a9099ae48ec17f18bdfd0 (patch) | |
tree | 87ee6b15b69606dad04777108a8c4af492e5a2de | |
parent | abb45b631c0b479ba04a500d37f8b2bdf8eebf73 (diff) | |
download | jenkins.debian.net-f458320fb31a6ab4885a9099ae48ec17f18bdfd0.tar.xz |
reproducible: fix rather fatal typo
-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() { |