Skip to content

Commit b40e832

Browse files
greenscientistwiktorn
authored andcommitted
Fix message with actual diff file name
The message said "/db/diffs/changes.osm exists", but the file name is in $DIFF_FILE.
1 parent d018781 commit b40e832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/update_overpass.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fi
5252
set -e
5353
fi
5454
else
55-
echo "/db/diffs/changes.osm exists. Trying to apply again."
55+
echo "${DIFF_FILE} exists. Trying to apply again."
5656
fi
5757

5858
# if DIFF_FILE is non-empty, try to process it

0 commit comments

Comments
 (0)