From 6ea8efab86981e990d58c70256a277a6a80e0384 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 23 Oct 2013 20:05:40 -0700 Subject: [PATCH] instructor.md: Update hello path with deeper hello/hello nesting The hello script is at .../exercises/hello/hello now, not .../exercises/hello, because .../exercises/hello is the submodule directory. --- instructor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructor.md b/instructor.md index 9333979..ce145d2 100644 --- a/instructor.md +++ b/instructor.md @@ -216,7 +216,7 @@ navigating to a different directory. * Give a path with `./hello`. Success! * Something that `.` is useful for! * `/home/…/boot-camps/…/hello` - * `../exercises/hello` + * `../exercises/hello/hello` * Only get `PATH` lookups when there aren't any `/` in your command. ## Examining Files -- 2.26.2