penguin/kstore-cred

helper to access windows credential store

commit 7064811c12a6305c4308c04d9419962730ed4523

author斟酌 鵬兄 <tgckpg@gmail.com>
date2022-08-14T09:43:26Z
subjectWrong param
commit 7064811c12a6305c4308c04d9419962730ed4523
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date:   2022-08-14T09:43:26Z

    Wrong param
---
 concourse/build.yaml | 3 ++-
 concourse/test.yaml  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/concourse/build.yaml b/concourse/build.yaml
index 63b9bbd..43b3e69 100644
--- a/concourse/build.yaml
+++ b/concourse/build.yaml
@@ -9,4 +9,5 @@ params:
 
 run:
   path: go
-  args: build
+  args:
+    - build
diff --git a/concourse/test.yaml b/concourse/test.yaml
index 0de1cf8..1b1daab 100644
--- a/concourse/test.yaml
+++ b/concourse/test.yaml
@@ -9,4 +9,5 @@ params:
 
 run:
   path: go
-  args: test
+  args:
+    - test