chore: fix typos
This commit is contained in:
parent
2ea29feeb7
commit
5e67508033
|
@ -93,9 +93,9 @@ jobs:
|
|||
./_build/${{ matrix.profile }}/rel/emqx/bin/emqx stop
|
||||
echo "EMQX stopped"
|
||||
./_build/${{ matrix.profile }}/rel/emqx/bin/emqx install
|
||||
echo "EQMX installed"
|
||||
echo "EMQX installed"
|
||||
./_build/${{ matrix.profile }}/rel/emqx/bin/emqx uninstall
|
||||
echo "EQMX uninstaled"
|
||||
echo "EMQX uninstaled"
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ matrix.profile }}
|
||||
|
|
|
@ -109,9 +109,9 @@ jobs:
|
|||
./_build/${{ matrix.profile }}/rel/emqx/bin/emqx stop
|
||||
echo "EMQX stopped"
|
||||
./_build/${{ matrix.profile }}/rel/emqx/bin/emqx install
|
||||
echo "EQMX installed"
|
||||
echo "EMQX installed"
|
||||
./_build/${{ matrix.profile }}/rel/emqx/bin/emqx uninstall
|
||||
echo "EQMX uninstaled"
|
||||
echo "EMQX uninstaled"
|
||||
|
||||
mac:
|
||||
strategy:
|
||||
|
|
|
@ -380,7 +380,7 @@ read_otp_version() ->
|
|||
Filename = filename:join([ReleasesDir, emqx_app:get_release(), "BUILT_ON"]),
|
||||
case file:read_file(Filename) of
|
||||
{ok, BuiltOn} ->
|
||||
%% running on EQMX release
|
||||
%% running on EMQX release
|
||||
BuiltOn;
|
||||
{error, enoent} ->
|
||||
OtpMajor = erlang:system_info(otp_release),
|
||||
|
|
Loading…
Reference in New Issue