Skip to content

Commit

Permalink
CLI-22 File: Upload: Fix polling on project branch
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewLab-lokalise committed Mar 15, 2021
1 parent f1292b7 commit e416bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ var fileUploadCmd = &cobra.Command{
break
}

queuedResp, err := q.Retrieve(resp.ProjectID, resp.Process.ID)
queuedResp, err := q.Retrieve(projectId, resp.Process.ID)
if err != nil {
errs <- err
break
Expand Down

0 comments on commit e416bec

Please sign in to comment.