From ae8f9281065a621a9c19e48d00f1add242e1e044 Mon Sep 17 00:00:00 2001 From: Eldad Assis Date: Wed, 26 Feb 2025 14:07:19 +0200 Subject: [PATCH] Typo fix --- 6.artifactory-aws-install/README.md | 2 +- 7.jfrog-platform-aws-install/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/6.artifactory-aws-install/README.md b/6.artifactory-aws-install/README.md index 7102b58..d68b512 100644 --- a/6.artifactory-aws-install/README.md +++ b/6.artifactory-aws-install/README.md @@ -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 \ diff --git a/7.jfrog-platform-aws-install/README.md b/7.jfrog-platform-aws-install/README.md index 5a2da64..5db6445 100644 --- a/7.jfrog-platform-aws-install/README.md +++ b/7.jfrog-platform-aws-install/README.md @@ -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 \