From 83f3e63bddb5310ed8846fabeeb1abf3f2dc5d5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Tue, 16 May 2017 16:21:01 +0100 Subject: [PATCH] rename hello-world to test-app in order to match s2i conventions --- test/{hello-world => test-app}/main.go | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{hello-world => test-app}/main.go (100%) diff --git a/test/hello-world/main.go b/test/test-app/main.go similarity index 100% rename from test/hello-world/main.go rename to test/test-app/main.go