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 28e6ef9 commit 6d5c8b5Copy full SHA for 6d5c8b5
pkg/shaka.go
@@ -80,7 +80,7 @@ func (r *ShakaPackager) BuildAndValidate() ([]string, error) {
80
return nil, fmt.Errorf("validation errors: %s", validationErrors)
81
}
82
83
- args = append(args, flags)
+ args = append(args, ("\\ " + flags))
84
85
86
return args, nil
0 commit comments