From e5e133eccce12306d5db8e7ca83b1ea7599e0418 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Sat, 7 May 2016 19:04:44 -0700 Subject: [PATCH] Update docs to reflect the elimination of /bin. --- docs/directory-structure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/directory-structure.rst b/docs/directory-structure.rst index f9f0b767c9..b02d927f89 100644 --- a/docs/directory-structure.rst +++ b/docs/directory-structure.rst @@ -11,7 +11,7 @@ Scripts +--------------------+-----------------------------------------------------------------------------------+ | ``scripts/`` | Scripts that production deployments might run manually (e.g. ``restart-server``) | +--------------------+-----------------------------------------------------------------------------------+ -| ``bin/`` | Scripts that are needed on production deployments but humans should never run | +| ``scripts/lib/`` | Scripts that are needed on production deployments but humans should never run | +--------------------+-----------------------------------------------------------------------------------+ | ``scripts/setup/`` | Tools that production deployments will only run once, during installation | +--------------------+-----------------------------------------------------------------------------------+