From 9cd24eb5ef7c9c655338d0cd310c992277443d63 Mon Sep 17 00:00:00 2001 From: bryanwagg Date: Thu, 5 Apr 2018 14:33:03 +0100 Subject: [PATCH] update tree structure in hacking --- HACKING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING b/HACKING index 9147b6cb..b7b1e4fd 100644 --- a/HACKING +++ b/HACKING @@ -94,8 +94,8 @@ what they're for │   │ ├── admin - contains all the admin commands in admin.Commands │   │   ├── add - contains commands for adding or creating extra resources to │   │ │ and within your bytemark account. -│   │   └── show - commands for extracting information from bytemark and -│   │ displaying it in human-readable or JSON formats +│   │   ├── show - commands for extracting information from bytemark and +│   │ │ displaying it in human-readable or JSON formats │   │   └── util - common code shared between commands │   ├── config - manages configuration from the environment, global flags │   │ and config dir.