From d598f0a6cf722f86c2ecd4fb495efa0dfd84da61 Mon Sep 17 00:00:00 2001 From: BiBamba <56701011+BiBamba@users.noreply.github.com> Date: Mon, 3 Jan 2022 12:20:00 -0600 Subject: [PATCH] Update hello-world.yml modify the Hello world message --- tasks/hello-world.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/hello-world.yml b/tasks/hello-world.yml index f9b0d84..261af2a 100644 --- a/tasks/hello-world.yml +++ b/tasks/hello-world.yml @@ -6,4 +6,4 @@ image_resource: run: path: echo - args: ["Hello world!"] + args: ["Hello! Welcome to Concourse Tutorial."]