File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ sh aemw version
66
66
Ensure having installed [ Go] ( https://go.dev/dl/ ) then run command:
67
67
68
68
- latest released version: ` go install github.com/wttech/aemc/cmd/aem@latest ` ,
69
- - specific released version: ` go install github.com/wttech/aemc/cmd/aem@v0.5.10 ` ,
69
+ - specific released version: ` go install github.com/wttech/aemc/cmd/aem@v0.5.11 ` ,
70
70
- recently committed version: ` go install github.com/wttech/aemc/cmd/aem@main ` ,
71
71
72
72
## Ansible Collection
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env sh
2
2
3
- VERSION=${AEMC_VERSION:- " 0.5.10 " }
3
+ VERSION=${AEMC_VERSION:- " 0.5.11 " }
4
4
COMMAND_DEFAULT=${AEMC_COMMAND_DEFAULT:- " setup" }
5
5
6
6
. aem/api.sh
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env sh
2
2
3
- VERSION=${AEMC_VERSION:- " 0.5.10 " }
3
+ VERSION=${AEMC_VERSION:- " 0.5.11 " }
4
4
SOURCE_URL=https://raw.githubusercontent.com/wttech/aemc/v${VERSION}
5
5
6
6
AEM_WRAPPER=aemw
Original file line number Diff line number Diff line change 71
71
72
72
output :
73
73
format : text
74
- file : aem.log
74
+ file : aem/home/aem .log
You can’t perform that action at this time.
0 commit comments