Skip to content

Commit

Permalink
shellcheck fix
Browse files Browse the repository at this point in the history
Signed-off-by: Azanul <[email protected]>
  • Loading branch information
Azanul committed Oct 6, 2023
1 parent 6d1a52c commit 3a32b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

PODS="$1"

yes yes | redis-cli --cluster create ${PODS}
yes yes | redis-cli --cluster create "${PODS}"

0 comments on commit 3a32b14

Please sign in to comment.