Skip to content

Commit

Permalink
fix cspell errors
Browse files Browse the repository at this point in the history
Signed-off-by: kksat <22549266+kksat@users.noreply.github.com>
  • Loading branch information
kksat committed Aug 27, 2024
1 parent 858c230 commit ca7d91e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bicep.makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resource-group: ## Create resource group

.PHONY: service-principal
.ONESHELL:
service-principal: ## Create sevice principal for ARO deployment
service-principal: ## Create service principal for ARO deployment
$(call required-environment-variables,ARO_RESOURCE_GROUP)
az ad sp create-for-rbac \
--name "aro-service-principal" \
Expand Down
4 changes: 2 additions & 2 deletions utils/get_no_proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ external resources.
Additional domains can be given as arguments. If a domain is prefixed with '!', it will be
excluded from the list. IOW, it will be proxied.
If a (longer wildcard) domain is matched by a(nother) wildcard domain, it is excluded from the
If a (longer wildcard) domain is matched by a (another) wildcard domain, it is excluded from the
output.
Requirements:
Expand Down Expand Up @@ -285,4 +285,4 @@ done

assertDependencies
setExcludes "$@"
computeNoProxy "$@"
computeNoProxy "$@"

0 comments on commit ca7d91e

Please sign in to comment.