From 5ab6a53961c3191fa1153995c7af8543cfa2ccc6 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Sun, 6 Mar 2016 14:54:49 +0000 Subject: [PATCH] typo --- urchin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urchin b/urchin index 15ab632..329b3aa 100755 --- a/urchin +++ b/urchin @@ -244,7 +244,7 @@ recurse() { set -e finish=$(date +%s) - if test -f teardown; then . ./setup; fi + if test -f teardown; then . ./teardown; fi if [ "${exit_code}" -eq 0 ]; then result=ok