Skip to content

Commit

Permalink
fix: remove empty space in server list command
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwjackson committed Apr 12, 2024
1 parent 7e80d20 commit 5d592ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/choose-nest.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

TMESH_ALL_SERVERS="$(yq -e -oy '.hosts | .[]' "${TMESH_CONFIG}" 2>/dev/null || " ")"
TMESH_ALL_SERVERS="$(yq -e -oy '.hosts | .[]' "${TMESH_CONFIG}" 2>/dev/null)"

server_selection=$(
echo -e "$TMESH_ALL_SERVERS" |
Expand Down

0 comments on commit 5d592ca

Please sign in to comment.