We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7632d03 commit b8722cdCopy full SHA for b8722cd
clients/cli/cmd/internal/pull.go
@@ -66,7 +66,7 @@ func (cmd *PullCommand) Run(config *phrase.Config) error {
66
for _, target := range targets {
67
if cmd.Branch != "" {
68
if target.Params == nil {
69
- target.Params = &PullParams{LocaleDownloadOpts: phrase.LocaleDownloadOpts{}}
+ target.Params = &PullParams{}
70
}
71
target.Params.Branch = optional.NewString(cmd.Branch)
72
0 commit comments