From 96e5feed22e167a22def2877016129471845a08c Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Mon, 7 Feb 2022 14:41:55 +0100 Subject: [PATCH] Update devfile.yaml --- devfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devfile.yaml b/devfile.yaml index 4426bab..7954ad8 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -34,7 +34,7 @@ commands: actions: - workdir: '${CHE_PROJECTS_ROOT}/golang-health-check' type: exec - command: if [ -f tools.go ]; then go install -v $(go list -f '{{join .Imports " "}}' tools.go; fi + command: if [ -f tools.go ]; then go install -v $(go list -f '{{join .Imports " "}}' tools.go); fi component: go-cli - name: 1. Build the application actions: