Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #48 from Hikariii/develop
Browse files Browse the repository at this point in the history
fix cluster:node command arg
  • Loading branch information
Hikariii committed May 8, 2019
2 parents 02a313f + 2f22339 commit 717bcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/files/cli/commands/cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ command_sync:default-hostgroup() {

commands_add "sync:node" "Synchronize this node from backends"
command_sync:node() {
local resetDefaultHostgroup="${2:-1}" # set default value to 1
local resetDefaultHostgroup="${1:-1}" # set default value to 1

proxysql_wait_for_admin

Expand Down

0 comments on commit 717bcdd

Please sign in to comment.