File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ matomo-site-id: 11
2222
2323concord_source : " https://github.com/walmartlabs/concord/"
2424concord_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 "
2727concord_ansible_version : " 2.14"
2828
2929navigation :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Concord CLI requires Java 17+ available in `$PATH`. Installation is merely
1818a 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 }}
You can’t perform that action at this time.
0 commit comments