From 03ac3a9c012892e72574fee366405505e40cb0e8 Mon Sep 17 00:00:00 2001 From: amit-chandak-unskript <79171703+amit-chandak-unskript@users.noreply.github.com> Date: Mon, 11 Sep 2023 10:49:59 -0700 Subject: [PATCH] Update README_extending_docker.md --- README_extending_docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_extending_docker.md b/README_extending_docker.md index 48c34d279..186510d81 100644 --- a/README_extending_docker.md +++ b/README_extending_docker.md @@ -15,7 +15,7 @@ You can use our base docker to extend the functionality to fit your need. The st Git repo. ``` cd $YOUR_REPO_DIRECTORY - git submodule add https://github.com/Awesome-CloudOps-Automation.git Awesome-CloudOps-Automation + git submodule add https://github.com/unskript/Awesome-CloudOps-Automation.git Awesome-CloudOps-Automation ``` 2. In same directory, you will need to create two sub-folders. ```