Skip to content

Commit dcec8e7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 99ba750 commit dcec8e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/scripts/e2e/go_test.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function install_gmc() {
2020
kubectl create configmap gmcyaml -n $SYSTEM_NAMESPACE --from-file $(pwd)/config/manifests
2121
kubectl apply -f $(pwd)/config/manager/gmc-manager.yaml
2222

23-
# Wait until the gmc conroller pod is ready
23+
# Wait until the gmc controller pod is ready
2424
wait_until_pod_ready "gmc-controller" $SYSTEM_NAMESPACE "gmc-controller"
2525
}
2626

@@ -186,4 +186,3 @@ case "$1" in
186186
echo "Unknown function: $1"
187187
;;
188188
esac
189-

0 commit comments

Comments
 (0)