From db3dd1c662120e5515baddb4e71bb73161ea7085 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Mon, 4 Apr 2016 01:22:05 +0000 Subject: [PATCH] typos --- readme.md | 2 +- urchin | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index e7ae0d7..53a5ac3 100644 --- a/readme.md +++ b/readme.md @@ -51,7 +51,7 @@ Urchin is contained in a single file, so you can install it by copying it to a directory in your `PATH`. For example, you can run the following as root. cd /usr/local/bin - wget https://raw.githubusercontent.com/tlevine/urchin/v0.1.0-rc2/urchin + wget https://raw.githubusercontent.com/tlevine/urchin/v0.1.0-rc3/urchin chmod +x urchin Urchin can be installed with npm too. diff --git a/urchin b/urchin index 08fcbf8..d7882d5 100755 --- a/urchin +++ b/urchin @@ -188,8 +188,8 @@ recurse() { if test -f setup_dir; then if $print_debug; then echo Sourcing "${PWD}/setup_dir" - . ./setup_dir fi + . ./setup_dir fi for test in *; do @@ -268,8 +268,8 @@ recurse() { if test -f teardown; then if $print_debug; then echo Sourcing "${PWD}/teardown" - . ./teardown fi + . ./teardown fi if [ "${exit_code}" -eq 0 ]; then