Skip to content

Commit

Permalink
{ContainerApp} Fixes the Typo "Github"→"GitHub" (#4825)
Browse files Browse the repository at this point in the history
  • Loading branch information
navba-MSFT authored May 16, 2022
1 parent 697572b commit 527b9c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containerapp/azext_containerapp/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@

helps['containerapp up'] = """
type: command
short-summary: Create or update a container app as well as any associated resources (ACR, resource group, container apps environment, Github Actions, etc.)
short-summary: Create or update a container app as well as any associated resources (ACR, resource group, container apps environment, GitHub Actions, etc.)
examples:
- name: Create a container app from a dockerfile in a Github repo (setting up github actions)
- name: Create a container app from a dockerfile in a GitHub repo (setting up github actions)
text: |
az containerapp up -n MyContainerapp --repo https://github.com/myAccount/myRepo
- name: Create a container app from a dockerfile in a local directory
Expand Down

0 comments on commit 527b9c5

Please sign in to comment.