spelling error

This commit is contained in:
James Tomasino 2018-07-15 20:32:56 -04:00
parent d37369df53
commit 6dce0f1924
1 changed files with 2 additions and 2 deletions

4
burrow
View File

@ -635,8 +635,8 @@ main () {
if [ $arg_root -gt 0 ]; then
# If we don't have a gophermap, create one to avoid
# accidentally sorting the file on first-time generation
if [ ! -f "${config_dir_gopher}/gophermap" ]; then
touch "${config_dir_gopher}/gophermap"
if [ ! -f "${config_dir_gopher}gophermap" ]; then
touch "${config_dir_gopher}gophermap"
fi
make_post "" \
"" \