From b5ec1d96cf75e0eef378004a5356e089d5f5a389 Mon Sep 17 00:00:00 2001 From: Lars Gierth Date: Wed, 5 Oct 2016 03:13:29 +0200 Subject: [PATCH] assets: add ping document License: MIT Signed-off-by: Lars Gierth --- assets/assets.go | 1 + assets/init-doc/ping | 1 + 2 files changed, 2 insertions(+) create mode 100644 assets/init-doc/ping diff --git a/assets/assets.go b/assets/assets.go index 1793981c39d..407bdea04aa 100644 --- a/assets/assets.go +++ b/assets/assets.go @@ -26,6 +26,7 @@ var initDocPaths = []string{ filepath.Join("init-doc", "contact"), filepath.Join("init-doc", "security-notes"), filepath.Join("init-doc", "quick-start"), + filepath.Join("init-doc", "ping"), } // SeedInitDocs adds the list of embedded init documentation to the passed node, pins it and returns the root key diff --git a/assets/init-doc/ping b/assets/init-doc/ping new file mode 100644 index 00000000000..911dd04a9d3 --- /dev/null +++ b/assets/init-doc/ping @@ -0,0 +1 @@ +ipfs \ No newline at end of file