Skip to content

Commit 43c92c7

Browse files
committed
cluster-connect correction
1 parent d152008 commit 43c92c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Container-Root/hyperpod/cluster-connect.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source ${CONF}/env_input
55

66
usage(){
77
echo ""
8-
echo "Usage: $0 <cluster_name>
8+
echo "Usage: $0 <cluster_name>"
99
echo ""
1010
}
1111

Container-Root/hyperpod/impl/eks/cluster-connect.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
help(){
44
echo ""
5-
echo "Usage: $0 <cluster_name>
5+
echo "Usage: $0 <cluster_name>"
66
echo ""
77
}
88

0 commit comments

Comments
 (0)