Skip to content

Commit a82b54c

Browse files
author
Matthew Fisher
committed
fix(contrib): remove unnecessary call to echo
1 parent 72a15c0 commit a82b54c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/digitalocean/provision-do-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77

88
listcontains() {
99
for i in $1; do
10-
[[ $i = $2 ]] && echo $i && return 0
10+
[[ $i = $2 ]] && return 0
1111
done
1212
return 1
1313
}

0 commit comments

Comments
 (0)