mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
creds.json should not be executable under Windows (#1456)
* Skip CAA flag test for LINODE * Require go 1.18 * Update CCI to use go 1.18 * go mod tidy * working * Update creds.json docs * go generate
This commit is contained in:
@ -229,7 +229,7 @@ func (args *GetCredentialsArgs) flags() []cli.Flag {
|
||||
&cli.StringFlag{
|
||||
Name: "creds",
|
||||
Destination: &args.CredsFile,
|
||||
Usage: "Provider credentials JSON file",
|
||||
Usage: "Provider credentials JSON file (or !program to execute program that outputs json)",
|
||||
Value: "creds.json",
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user