From 6ef8ae6d5ab7efb1e928ff6474b6ac7a804a34cc Mon Sep 17 00:00:00 2001 From: Tim Dahlmanns <131154267+timdahlmanns@users.noreply.github.com> Date: Mon, 16 Oct 2023 20:05:15 +0200 Subject: fix: docs and install dependencies task for new directory structure (#551) * docs: update directory structure * fix: install dependencies task * undo reset * Remove create-a-recipe.md --------- Co-authored-by: Nate Sesti --- install-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install-dependencies.sh') diff --git a/install-dependencies.sh b/install-dependencies.sh index ba350dea..488ba312 100755 --- a/install-dependencies.sh +++ b/install-dependencies.sh @@ -6,7 +6,7 @@ # Server echo "Installing server dependencies..." -pushd continuedev || exit +pushd server || exit ./install-dependencies.sh popd || exit -- cgit v1.2.3-70-g09d2