From ad43ae590d26e64148a32d30ce8e5a4bb43310a0 Mon Sep 17 00:00:00 2001 From: Shu Kutsuzawa Date: Tue, 30 Mar 2021 00:14:11 +0900 Subject: [PATCH] fix: usage (#69) UUID is invalid key. (https://github.com/screwdriver-cd/sd-local/blob/076cd772b74c0421138336464974bce1bbd810a4/config/config.go) --- README.md | 2 +- cmd/config/set.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4b43bf..21c6ee2 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Can set the below settings: * Screwdriver.cd Store URL as "store-url" * Screwdriver.cd Token as "token" * Screwdriver.cd launcher version as "launcher-version" -* Screwdriver.cd UUID as "UUID" +* Screwdriver.cd UUID as "uuid" * Screwdriver.cd launcher image as "launcher-image" Usage: diff --git a/cmd/config/set.go b/cmd/config/set.go index 83a2dd2..f4d1a15 100644 --- a/cmd/config/set.go +++ b/cmd/config/set.go @@ -20,7 +20,7 @@ Can set the below settings: * Screwdriver.cd Store URL as "store-url" * Screwdriver.cd Token as "token" * Screwdriver.cd launcher version as "launcher-version" -* Screwdriver.cd UUID as "UUID" +* Screwdriver.cd UUID as "uuid" * Screwdriver.cd launcher image as "launcher-image"`, Args: cobra.ExactArgs(2), RunE: func(cmd *cobra.Command, args []string) error {