Skip to content

Commit 6d5c8b5

Browse files
committed
fixed wrong code with shaka-packager
1 parent 28e6ef9 commit 6d5c8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/shaka.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func (r *ShakaPackager) BuildAndValidate() ([]string, error) {
8080
return nil, fmt.Errorf("validation errors: %s", validationErrors)
8181
}
8282

83-
args = append(args, flags)
83+
args = append(args, ("\\ " + flags))
8484

8585

8686
return args, nil

0 commit comments

Comments
 (0)