Skip to content

Commit 453802c

Browse files
fix for the group name consiste the word group
1 parent 9dcf315 commit 453802c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/k8sutil/scripts/poststart-hook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ function configure_group {
411411
if [ "${response_code}" = "200" ]; then
412412
current_group=$( \
413413
cat "/tmp/groups.out" |
414-
grep "group" |
414+
grep "<group>" |
415415
sed 's%^.*<group.*>\(.*\)</group>.*$%\1%' \
416416
)
417417

0 commit comments

Comments
 (0)