Skip to content

Commit c675def

Browse files
authored
Merge pull request #79 from guggero/tls-flag-fix
cmd/frcli: add default path for TLS cert
2 parents fc685e9 + 2525bba commit c675def

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/frcli/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ var (
2525
tlsCertFlag = cli.StringFlag{
2626
Name: "tlscertpath",
2727
Usage: "path to faraday's TLS certificate",
28+
Value: faraday.DefaultTLSCertPath,
2829
}
2930
macaroonPathFlag = cli.StringFlag{
3031
Name: "macaroonpath",

0 commit comments

Comments
 (0)