Skip to content

Commit

Permalink
fix incorrect mode message in import-osm
Browse files Browse the repository at this point in the history
Per @Falke-Design suggestion, fixing incorrect messaging
  • Loading branch information
nyurik authored Oct 13, 2021
1 parent 7207296 commit cdb3bdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/import-osm
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ function import_pbf() {

if [ "$DIFF_MODE" = true ]; then
extra_flags="$extra_flags -diff"
mode_msg="NORMAL"
else
mode_msg="DIFF"
else
mode_msg="NORMAL"
fi

if [ "$APPEND_MODE" = true ]; then
Expand Down

0 comments on commit cdb3bdd

Please sign in to comment.