Skip to content

Commit

Permalink
Merge pull request #61 from lokalise/bugfix/CLI-22_file_upload_poll_b…
Browse files Browse the repository at this point in the history
…ranch

File upload poll branch fix
  • Loading branch information
andrewLab-lokalise authored Mar 18, 2021
2 parents 630223e + fc2721c commit e200cc3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ If you are using project branching feature in Lokalise, simply add branch name s
Optionally, you may rename included `config-example.yml` to `config.yml` and set various CLI tool parameters like token or timeouts. You can specify a config file location using `--config` parameter.

## Changes
**2.6.4 (Mar 15, 2021)**

- Fixed file upload poll for project branch

**2.6.3 (Dec 21, 2020)**

- Added `--branch` flag for webhook create and update actions
Expand Down
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
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

const (
Version = "2.6.3"
Version = "2.6.4"
DefaultPageLimit = 5000
)

Expand Down
4 changes: 2 additions & 2 deletions docs/lokalise2.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## lokalise2

Lokalise CLI v2.6.3. Read the docs at https://github.com/lokalise/lokalise-cli-2-go
Lokalise CLI v2.6.4. Read the docs at https://github.com/lokalise/lokalise-cli-2-go

### Synopsis

Lokalise CLI v2.6.3. Read the docs at https://github.com/lokalise/lokalise-cli-2-go
Lokalise CLI v2.6.4. Read the docs at https://github.com/lokalise/lokalise-cli-2-go

### Options

Expand Down

0 comments on commit e200cc3

Please sign in to comment.