We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d608559 commit 9123394Copy full SHA for 9123394
install/tests/Makefile
@@ -200,7 +200,7 @@ aws-kubeconfig:
200
aws eks update-kubeconfig --name gp-${TF_VAR_TEST_ID} --region eu-west-1 --kubeconfig ${KUBECONFIG} || echo "No cluster present"
201
@echo -e "\033[0;33mAWS service account credentials fetched, run 'source $$(pwd)/$${TF_VAR_TEST_ID}-creds' to load them into your environment\033[0;m"
202
203
-# GitHub SCM integration can configured prior to install. To enable the integration,
+# GitHub SCM integration can be configured prior to install. To enable the integration,
204
# set the `GITHUB_SCM_OAUTH` variable to a path containing the following contents:
205
#
206
# ```yaml
0 commit comments