From 6dce0f19241a21ede51c23052ed423f68f108040 Mon Sep 17 00:00:00 2001 From: James Tomasino Date: Sun, 15 Jul 2018 20:32:56 -0400 Subject: [PATCH] spelling error --- burrow | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/burrow b/burrow index d4a9f86..0cacc6c 100755 --- a/burrow +++ b/burrow @@ -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 "" \ "" \