Skip to content

Commit d24b060

Browse files
committed
Define variable name.
1 parent ca539d5 commit d24b060

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/ghe-restore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ cleanup () {
9898
# This function's type definition is being passed to a remote host via `ghe-ssh` but is not used locally.
9999
# shellcheck disable=SC2034
100100
cleanup_cluster_nodes() {
101+
uuid="$1"
101102
if [ -z "$uuid" ]; then
102103
echo "Node UUID required."
103104
exit 2

0 commit comments

Comments
 (0)