move a quote

This commit is contained in:
tuplink 2016-10-20 14:24:50 -04:00
parent a12f808516
commit 53870ac647

View file

@ -113,7 +113,7 @@ gravity_transport() {
# tmp file, so we don't have to store the (long!) lists in RAM
patternBuffer=$(mktemp)
heisenbergCompensator=""
if [[ -r "${saveLocation"} ]]; then
if [[ -r "${saveLocation}" ]]; then
# if domain has been saved, add file for date check to only download newer
heisenbergCompensator="-z $saveLocation"
fi