We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe1aed commit 9f546e7Copy full SHA for 9f546e7
pkg/flags.go
@@ -85,7 +85,7 @@ func (g DumpStreamInfo) Validate() error {
85
type BaseUrls []string
86
87
func (b BaseUrls) Parse() string {
88
- return fmt.Sprintf("--base_urls=\"%s\"", strings.Join(b, ","))
+ return fmt.Sprintf("--base_urls=%s", strings.Join(b, ","))
89
}
90
91
func (b BaseUrls) Validate() error {
0 commit comments