Skip to content

Commit 2d65492

Browse files
authored
Fix "executable" cli binary link and update versions (#185)
1 parent 772d756 commit 2d65492

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ matomo-site-id: 11
2222

2323
concord_source: "https://github.com/walmartlabs/concord/"
2424
concord_plugins_source: "https://github.com/walmartlabs/concord-plugins/"
25-
concord_plugins_version: "2.6.0"
26-
concord_core_version: "2.20.0"
25+
concord_plugins_version: "2.9.0"
26+
concord_core_version: "2.33.2"
2727
concord_ansible_version: "2.14"
2828

2929
navigation:

docs/cli/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Concord CLI requires Java 17+ available in `$PATH`. Installation is merely
1818
a download-and-copy process:
1919

2020
```bash
21-
$ curl -o ~/bin/concord https://repo.maven.apache.org/maven2/com/walmartlabs/concord/concord-cli/{{ site.concord_core_version }}/concord-cli-{{ site.concord_core_version }}-executable.jar
21+
$ curl -o ~/bin/concord https://repo.maven.apache.org/maven2/com/walmartlabs/concord/concord-cli/{{ site.concord_core_version }}/concord-cli-{{ site.concord_core_version }}.sh
2222
$ chmod +x ~/bin/concord
2323
$ concord --version
2424
{{ site.concord_core_version }}

0 commit comments

Comments
 (0)