Skip to content

Commit

Permalink
cmd: change default directory for cluster-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gsora committed Feb 22, 2023
1 parent 371431f commit 3107d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/combine.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ func newCombineFunc(ctx context.Context, clusterDir string, force bool) error {
}

func bindCombineFlags(flags *pflag.FlagSet, clusterDir *string, force *bool) {
flags.StringVar(clusterDir, "cluster-dir", ".charon/cluster/", `Parent directory containing a number of .charon subdirectories from each node in the cluster.`)
flags.StringVar(clusterDir, "cluster-dir", ".charon/", `Parent directory containing a number of .charon subdirectories from each node in the cluster.`)
flags.BoolVar(force, "force", false, "Overwrites private keys with the same name if present.")
}

0 comments on commit 3107d1a

Please sign in to comment.