dump1090: fix typo preventing daemon startup

This fix is already in master, but based on the switch to the
mutability fork.

Signed-off-by: Mike Miller <github@mikeage.net>
This commit is contained in:
Mike Miller
2016-01-25 20:13:51 +02:00
parent 770b0d6113
commit 0668c0c861
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ start_instance() {
append_bool "$cfg" no_fix "--no-fix"
append_bool "$cfg" no_crc_check "--no-crc-check"
append_bool "$cfg" phase_enhance "--phase-enhance"
append_bool "$cfg" agressive "--agressive"
append_bool "$cfg" aggressive "--aggressive"
append_bool "$cfg" mlat "--mlat"
append_bool "$cfg" stats "--stats"
append_arg "$cfg" stats_every "--stats-every"