Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eldada committed Feb 26, 2025
1 parent c43f0ad commit ae8f928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 6.artifactory-aws-install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ aws eks --region $(terraform output -raw region) update-kubeconfig --name $(terr
Once done, install Artifactory using the Helm Chart with the following command.

Terraform will create the needed configuration files to be used for the `helm install` command.
This command will auto generate and be writen to the console when you run the `Terraform apply` command.
This command will auto generate and be writen to the console when you run the `terraform apply` command.
```shell
helm upgrade --install artifactory jfrog/artifactory \
--version <version> \
Expand Down
2 changes: 1 addition & 1 deletion 7.jfrog-platform-aws-install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ aws eks --region $(terraform output -raw region) update-kubeconfig --name $(terr
Once done, install the JFrog Platform (Artifactory and Xray) using the Helm Chart with the following command.

Terraform will create the needed configuration files to be used for the `helm install` command.
This command will auto generate and be writen to the console when you run the `Terraform apply` command.
This command will auto generate and be writen to the console when you run the `terraform apply` command.
```shell
helm upgrade --install jfrog jfrog/jfrog-platform \
--version <version> \
Expand Down

0 comments on commit ae8f928

Please sign in to comment.