Skip to content

Commit b8722cd

Browse files
committed
simplify
1 parent 7632d03 commit b8722cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/cli/cmd/internal/pull.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func (cmd *PullCommand) Run(config *phrase.Config) error {
6666
for _, target := range targets {
6767
if cmd.Branch != "" {
6868
if target.Params == nil {
69-
target.Params = &PullParams{LocaleDownloadOpts: phrase.LocaleDownloadOpts{}}
69+
target.Params = &PullParams{}
7070
}
7171
target.Params.Branch = optional.NewString(cmd.Branch)
7272
}

0 commit comments

Comments
 (0)