Skip to content

Commit

Permalink
[#3106] HA commands syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
msiodelski committed Nov 30, 2023
1 parent feb7074 commit 0c8e5fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/share/api/ha-heartbeat.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"cmd-syntax": [
"{",
" \"command\": \"ha-heartbeat\"",
" \"command\": \"ha-heartbeat\",",
" \"arguments\": {",
" \"server-name\": \"server1\"",
" }",
Expand Down
2 changes: 1 addition & 1 deletion src/share/api/ha-reset.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"cmd-syntax": [
"{",
" \"command\": \"ha-reset\"",
" \"command\": \"ha-reset\",",
" \"arguments\": {",
" \"server-name\": \"server1\"",
" }",
Expand Down

0 comments on commit 0c8e5fd

Please sign in to comment.