From 0e53bb580d418f7cdfef5336daaa18a6a52f3398 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Sun, 29 Nov 2015 23:50:01 -0500 Subject: [PATCH] [#5917] Adding bin --- cookbook/configuration/override_dir_structure.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cookbook/configuration/override_dir_structure.rst b/cookbook/configuration/override_dir_structure.rst index 5982d2bf80e..e389b3ef837 100644 --- a/cookbook/configuration/override_dir_structure.rst +++ b/cookbook/configuration/override_dir_structure.rst @@ -14,6 +14,8 @@ directory structure is: ├─ app/ │ ├─ config/ │ └─ ... + ├─ bin/ + │ └─ ... ├─ src/ │ └─ ... ├─ tests/